/[adm]/puppet/modules/ntp/manifests/init.pp
ViewVC logotype

Contents of /puppet/modules/ntp/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2283 - (show annotations) (download)
Mon Jan 16 15:14:20 2012 UTC (12 years, 3 months ago) by misc
File size: 239 byte(s)
clean service for ntp
1 class ntp {
2 package { ntp: }
3
4 service { ntpd:
5 subscribe => [Package["ntp"], File["/etc/ntp.conf"]],
6 }
7
8 file { "/etc/ntp.conf":
9 require => Package["ntp"],
10 content => template("ntp/ntp.conf"),
11 }
12 }

  ViewVC Help
Powered by ViewVC 1.1.30