/[adm]/puppet/manifests/defaults.pp
ViewVC logotype

Annotation of /puppet/manifests/defaults.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2134 - (hide annotations) (download)
Sat Jan 7 22:17:50 2012 UTC (12 years, 3 months ago) by misc
File size: 240 byte(s)
explictely set default value for Package and file, thus permitting us
to remove it from the rest of the manifests
1 misc 2134 # to not repeat the settings everywhere
2     Exec {
3     path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/",
4     }
5 misc 2133
6 misc 2134 Package {
7     ensure => "present",
8     }
9 misc 2133
10 misc 2134 File {
11     ensure => "present",
12     owner => root,
13     group => root,
14     }
15    

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30