summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/structures/bundler/ntp.txt
blob: b1264b5ee13cf44f0d5065f126f9d6883e0d43c8 (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 name='ntp'>
      <Package name='xntp'/>
      <Path name='/etc/sysconfig/xntp'/>
      <Path name='/etc/sysconfig/clock'/>
      <Path name='/etc/ntp.conf'/>
      <Service name='xntpd'/>
    </Bundle>