summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/structures/bundler/ntp.txt
blob: 31bc8a97a4c91178a66623d7b60a1b46df03836e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. -*- mode: rst -*-

.. _server-plugins-structures-bundler-ntp:

ntp
===

Despite its lack of groups, this Bundle controls both ``ntp`` servers
and clients. It does this through the use of host-specific entries in the
``Cfg`` repository. It is left as an exercise for the reader to do this
better through use of groups.

.. code-block:: xml

    <Bundle>
      <Package name='xntp'/>
      <Path name='/etc/sysconfig/xntp'/>
      <Path name='/etc/sysconfig/clock'/>
      <Path name='/etc/ntp.conf'/>
      <Service name='xntpd'/>
    </Bundle>