/[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 47 by misc, Tue Oct 26 23:16:32 2010 UTC revision 48 by misc, Wed Oct 27 16:40:56 2010 UTC
# Line 4  class ntp { Line 4  class ntp {
4          ensure => installed          ensure => installed
5      }      }
6    
7      service { ntp:      service { ntpd:
8          ensure => running,          ensure => running,
9          path => "/etc/init.d/ntpd",          path => "/etc/init.d/ntpd",
10          subscribe => [ Package["ntp"], File["ntp.conf"] ]          subscribe => [ Package["ntp"], File["ntp.conf"] ]

Legend:
Removed from v.47  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.30