1 2 3 4 5 6 7 8 9 10 11 |
{ file {"/etc/inet/ntp.conf": owner => root, group => root, mode => 644, source => "puppet://puppet/files/opensolaris_x86/ntp.conf" } exec {"/usr/sbin/svcadm disable ntp": } } |
1 2 3 4 5 6 7 8 9 10 11 |
{ file {"/etc/inet/ntp.conf": owner => root, group => root, mode => 644, source => "puppet://puppet/files/opensolaris_x86/ntp.conf" } exec {"/usr/sbin/svcadm disable ntp": } } |