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

Contents of /puppet/modules/puppet/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2399 - (show annotations) (download)
Sun Feb 12 01:25:30 2012 UTC (12 years, 1 month ago) by misc
File size: 270 byte(s)
fix client on all servers except valstar
1 class puppet {
2 include puppet::stored_config
3
4 package { 'puppet': }
5
6 # only here to be subclassed
7 file { '/etc/puppet/puppet.conf':
8 require => Package[puppet],
9 content => template('puppet/puppet.conf','puppet/puppet.agent.conf'),
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.30