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:
Ramy Asselin 2014-05-29 17:44:52 -07:00
parent 0a23df5a98
commit 8c5918ecf5

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/',