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

Contents of /puppet/manifests/defaults.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2134 - (show annotations) (download)
Sat Jan 7 22:17:50 2012 UTC (12 years, 2 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 # to not repeat the settings everywhere
2 Exec {
3 path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/",
4 }
5
6 Package {
7 ensure => "present",
8 }
9
10 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