Skip to content
Snippets Groups Projects
Commit 12e0393b authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

add /bin to exec path

parent 5efba437
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ define su_debuild::chroot( ...@@ -61,7 +61,7 @@ define su_debuild::chroot(
# 0. Create the chroot WITHOUT the stanford-keyring. # 0. Create the chroot WITHOUT the stanford-keyring.
exec { "cowbuilder --create ${name}": exec { "cowbuilder --create ${name}":
path => '/usr/sbin:/usr/bin', path => '/usr/sbin:/usr/bin:/bin',
command => "cowbuilder --create --basepath ${path} ${options}", command => "cowbuilder --create --basepath ${path} ${options}",
creates => $path, creates => $path,
require => [ Package['cowdancer'], require => [ Package['cowdancer'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment