/[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 2637 - (show annotations) (download)
Mon Mar 19 19:44:31 2012 UTC (12 years ago) by misc
File size: 243 byte(s)
small cleanup of the module
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