summaryrefslogtreecommitdiff
path: root/spec/fixtures/manifests/site.pp
blob: a959fb774cfaae78f70b88f5e798e1327e0ee2b5 (plain)
1
2
3
4
5
6
7
8
# set a default exec path
# the logoutput exec parameter defaults to "on_error" in puppet 3,
# but to "false" in puppet 2.7, so we need to set this globally here
Exec {
  logoutput => on_failure,
  path    => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin'
}