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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25 by misc, Tue Oct 26 21:58:40 2010 UTC revision 26 by misc, Tue Oct 26 23:16:32 2010 UTC
# Line 7  class ntp { Line 7  class ntp {
7      service { ntp:      service { ntp:
8          ensure => running,          ensure => running,
9          path => "/etc/init.d/ntpd",          path => "/etc/init.d/ntpd",
10          subscribe => [ Package["ntpd"], File["ntp.conf"] ]          subscribe => [ Package["ntp"], File["ntp.conf"] ]
11      }      }
12            
13      file { "ntp.conf":      file { "ntp.conf":

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.30