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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2637 - (hide annotations) (download)
Mon Mar 19 19:44:31 2012 UTC (12 years, 1 month ago) by misc
File size: 243 byte(s)
small cleanup of the module
1 misc 18 class ntp {
2 misc 2637 package { 'ntp': }
3 misc 18
4 misc 2637 service { 'ntpd':
5     subscribe => [Package['ntp'], File['/etc/ntp.conf']],
6 misc 18 }
7 misc 2204
8 misc 2637 file { '/etc/ntp.conf':
9     require => Package['ntp'],
10     content => template('ntp/ntp.conf'),
11 misc 18 }
12     }

  ViewVC Help
Powered by ViewVC 1.1.30