aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/defaults.pp
blob: b2d7d88617d2dddb5f9cc69efcd6d35d32ff0ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# to not repeat the settings everywhere
Exec { 
    path => "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin/", 
}

Package {
    ensure => "present",
}

File {
    ensure => "present",
    owner => root,
    group => root,
}