Dump the "standard" Exec options into every generated site.pp in our tests

This commit is contained in:
R. Tyler Croy 2012-09-02 23:55:10 -07:00
parent 3ed3b0fd81
commit af319ff834
1 changed files with 7 additions and 0 deletions

View File

@ -10,4 +10,11 @@ Before do
# inside of `blimpy/cucumber` should run first
FileUtils.ln_s(File.join(@original_dir, 'modules'), 'modules')
# Set some stupid Exec global configuration
nodes << """
Exec {
path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/' ]
}
"""
end