Merge "Allow nodepool standalone puppet install"

This commit is contained in:
Jenkins 2014-05-30 20:24:38 +00:00 committed by Gerrit Code Review
commit e0a5283aba
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class nodepool (
source => $git_source_repo,
}
include pip
exec { 'install_nodepool' :
command => 'pip install /opt/nodepool',
path => '/usr/local/bin:/usr/bin:/bin/',