Merge "Small changes to get closer to p4 compatiblity"
This commit is contained in:
commit
7f025f3536
@ -3,7 +3,7 @@
|
|||||||
class openstack_project::users {
|
class openstack_project::users {
|
||||||
# Make sure we have our UID/GID account minimums for dynamic users set higher
|
# 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.
|
# 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':
|
file { '/etc/login.defs':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
group => 'root',
|
group => 'root',
|
||||||
|
@ -20,7 +20,7 @@ class openstack_project::users_install (
|
|||||||
$install_users = false,
|
$install_users = false,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include openstack_project::users
|
include ::openstack_project::users
|
||||||
|
|
||||||
## TODO: this should be it's own manifest.
|
## TODO: this should be it's own manifest.
|
||||||
if ( $install_users == true ) {
|
if ( $install_users == true ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user