Parent Directory | Revision Log | Patch
revision 155 by misc, Fri Nov 5 18:20:22 2010 UTC | revision 156 by misc, Fri Nov 5 18:20:57 2010 UTC | |
---|---|---|
# | Line 30 class puppet { | Line 30 class puppet { |
30 | path => "/etc/init.d/puppetmaster", | path => "/etc/init.d/puppetmaster", |
31 | subscribe => [ Package[puppet-server], File["/etc/puppet/puppet.conf"]] | subscribe => [ Package[puppet-server], File["/etc/puppet/puppet.conf"]] |
32 | } | } |
33 | ||
34 | file { "extdata": | |
35 | path => "/etc/puppet/extdata", | |
36 | ensure => directory, | |
37 | owner => puppet, | |
38 | group => puppet, | |
39 | mode => 700, | |
40 | recurse => true | |
41 | } | |
42 | } | } |
43 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |