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

add path to exec

parent 9f0076fc
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ define su_debuild::chroot( ...@@ -61,6 +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',
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