Realize users in template.pp

The template.pp manifest did not realize users base was doing that.
Unfortunately this was not moved into template.pp when we removed base.
Add the user realization to template.pp via
openstack-project::users_install to correct this.

Change-Id: I7e4e1e707bf613ba7e021f60f5de580491ba95b1
This commit is contained in:
Clark Boylan 2015-03-27 10:47:12 -07:00
parent fc951f3a2e
commit 808f1c3464

View File

@ -63,10 +63,8 @@ class openstack_project::template (
$all_udp = $iptables_public_udp_ports
}
if ($install_users) {
package { $::openstack_project::params::user_packages:
ensure => present
}
class {'openstack_project::users_install':
install_users => $install_users
}
if ($enable_unbound) {