Displaying 1 result from an estimated 1 matches for "id8dbqfhoy".
Did you mean:
id8dbqfh
2007 Nov 13
4
Fileserver configuration Files are created but not replaced
Hi all,
I have a slightly confusing Problem with fileserving.
# /etc/puppet/manifests/classes/ntp.pp
class ntp {
file { "ntp.conf":
path => "/etc/ntp.conf",
source => "puppet://$puppet_server/files/ntp.conf",
ensure => present,
mode => 644,
owner => root,
group => root,
}
}
Creating missing Files