Use double quotes for $pip_command
Fix syntax error with pip install command. Change-Id: Ib42c6a4fbc5cef8cf937ee36227136e6de7152ed Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
07e39e7bdc
commit
c65c6f84f4
@ -117,7 +117,7 @@ class nodepool (
|
||||
}
|
||||
|
||||
exec { 'install_nodepool' :
|
||||
command => '${pip_command} install -U /opt/nodepool',
|
||||
command => "${pip_command} install -U /opt/nodepool",
|
||||
path => '/usr/local/bin:/usr/bin:/bin/',
|
||||
refreshonly => true,
|
||||
subscribe => Vcsrepo['/opt/nodepool'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user