Fix a typo in openstack_project::base.
The conditional to realize users was triggered by install_useres instead of install_users so things didn't quite work properly. Correct that issue. Change-Id: I84ff3e0116a9b4de07cb649b81574b813aaea578 Reviewed-on: https://review.openstack.org/10935 Reviewed-by: linuxjedi <andrew@linuxjedi.co.uk> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
aa559e7ea1
commit
b506753e70
@ -20,7 +20,7 @@ class openstack_project::base($install_users=true) {
|
||||
"emacs23-nox"]
|
||||
package { $packages: ensure => "present" }
|
||||
|
||||
if ($install_useres) {
|
||||
if ($install_users) {
|
||||
realize (
|
||||
User::Virtual::Localuser["mordred"],
|
||||
User::Virtual::Localuser["corvus"],
|
||||
|
Loading…
Reference in New Issue
Block a user