Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b50d8ee6d7871fcc13c0677a9364ed59 > files > 254

bcfg2-doc-1.3.0-1.fc17.noarch.rpm

.. -*- 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>