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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2399 - (hide 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 misc 154 class puppet {
2 misc 2399 include puppet::stored_config
3 misc 2398
4     package { 'puppet': }
5    
6 misc 2397 # only here to be subclassed
7     file { '/etc/puppet/puppet.conf':
8     require => Package[puppet],
9 misc 2398 content => template('puppet/puppet.conf','puppet/puppet.agent.conf'),
10 misc 2397 }
11 misc 154 }

  ViewVC Help
Powered by ViewVC 1.1.30