Replaced some exec tests with creates parameter
This commit is contained in:
parent
64f15fc9b9
commit
1c051a1e2b
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ define python::setup::install($python="python") {
|
|||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
cwd => "${name}",
|
||||
command => "${python} setup.py install",
|
||||
unless => "test -d build",
|
||||
creates => "${name}/build",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue