Parent Directory
|
Revision Log
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 |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.30 |