Small changes to get closer to p4 compatiblity

We still have a long way to go. Trying to do this in very small steps to
avoid rebase conflicts.

Change-Id: I280370e7be49d291eb8c8987ddec7dc4a845ee5a
This commit is contained in:
Spencer Krum
2015-08-11 23:04:30 -07:00
parent d11fa5de05
commit 49e5e0e8fc
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 ) {