Disable PEERDNS in ntpd class on CentOS and Fedora

This commit is contained in:
Ossi Salmi 2012-03-21 16:08:58 +02:00
parent c472f5250a
commit 9bd88b5f4e

View file

@ -34,6 +34,15 @@ class ntpd {
}
}
case $operatingsystem {
"centos","fedora": {
augeas { "disable-peerntp":
context => "/files/etc/sysconfig/network",
changes => "set PEERNTP no",
}
}
}
}