Fixed puppetfile install step
updated command with -E because previously sudo was not preserving environment variable for GEM_HOME. Change-Id: I81e8ae536b9cc0668718b4c6d422fe2c7600b51f
This commit is contained in:
parent
eb2ab2ba53
commit
8862c675c8
@ -24,7 +24,7 @@ options have yet to be added.
|
||||
|
||||
$ export GEM_HOME=/tmp/somedir
|
||||
$ gem install r10k
|
||||
$ sudo /tmp/somedir/bin/r10k puppetfile install -v
|
||||
$ sudo -E /tmp/somedir/bin/r10k puppetfile install -v
|
||||
$ sudo cp -r packstack/puppet/modules/packstack /usr/share/openstack-puppet/modules
|
||||
|
||||
### Option 1 (all-in-one)
|
||||
|
Loading…
x
Reference in New Issue
Block a user