Allow nodepool standalone puppet install
Installing nodepool standalone has this error: Could not find dependency Class[Pip] for Exec[install_nodepool] at /root/config/modules/nodepool/manifests/init.pp:90 Add the missing include pip statement. Change-Id: Id30814eb1788e7b7eb533794a26c231000e9b41c
This commit is contained in:
parent
0a23df5a98
commit
8c5918ecf5
@ -81,6 +81,7 @@ class nodepool (
|
|||||||
source => $git_source_repo,
|
source => $git_source_repo,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
include pip
|
||||||
exec { 'install_nodepool' :
|
exec { 'install_nodepool' :
|
||||||
command => 'pip install /opt/nodepool',
|
command => 'pip install /opt/nodepool',
|
||||||
path => '/usr/local/bin:/usr/bin:/bin/',
|
path => '/usr/local/bin:/usr/bin:/bin/',
|
||||||
|
Loading…
Reference in New Issue
Block a user