Remove puppet-sudoers from nodepool diskimages
We no longer need to manage sudoers, as we do this with DIB elements now. Change-Id: Ic558953ae2ba04c78408f43138495200fc9395dc Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
474e8d914c
commit
3677bafdab
@ -18,6 +18,7 @@ class openstack_project::server (
|
||||
$pypi_index_url = 'https://pypi.python.org/simple',
|
||||
$purge_apt_sources = true,
|
||||
) {
|
||||
include sudoers
|
||||
include openstack_project::params
|
||||
|
||||
class { 'timezone':
|
||||
|
@ -23,7 +23,6 @@ class openstack_project::template (
|
||||
|
||||
###########################################################
|
||||
# Classes for all hosts
|
||||
include sudoers
|
||||
|
||||
include openstack_project::users
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user