Merge "Small changes to get closer to p4 compatiblity"

This commit is contained in:
Jenkins 2015-10-24 23:13:50 +00:00 committed by Gerrit Code Review
commit 7f025f3536
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class openstack_project::users {
# Make sure we have our UID/GID account minimums for dynamic users set higher
# than we'll use for static assignments, so as to avoid future conflicts.
include openstack_project::params
include ::openstack_project::params
file { '/etc/login.defs':
ensure => present,
group => 'root',

View File

@ -20,7 +20,7 @@ class openstack_project::users_install (
$install_users = false,
) {
include openstack_project::users
include ::openstack_project::users
## TODO: this should be it's own manifest.
if ( $install_users == true ) {