Fixing puppet-lint errors.
This commit is contained in:
parent
2f83cb7d4a
commit
34c36045fa
59 changed files with 995 additions and 990 deletions
|
@ -15,7 +15,7 @@ define python::setup::install($python="python") {
|
|||
|
||||
exec { "python-setup-install-${name}":
|
||||
path => "/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin",
|
||||
cwd => "${name}",
|
||||
cwd => $name,
|
||||
command => "${python} setup.py install",
|
||||
creates => "${name}/build",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue