]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ntp/manifests/client.pp
Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
[dsa-puppet.git] / modules / ntp / manifests / client.pp
index cc6964b553b06a67d7cb0253405988b9206710fb..0882e49d6e512c5e31b8ee0043f8e4e0fef7df57 100644 (file)
@@ -2,8 +2,9 @@ class ntp::client inherits ntp {
        file { "/etc/ntp.conf":
                owner   => root,
                group   => root,
-               mode    => 440,
-               source  => [ "puppet:///ntp/client.conf" ],
+               mode    => 444,
+               source  => [ "puppet:///ntp/per-host/$fqdn/client.conf",
+                            "puppet:///ntp/common/client.conf" ],
                notify  => Exec["ntp restart"],
                require => Package["ntp"]
                ;