Merge "Manila: Remove workaround for missing sudoers record"

This commit is contained in:
Zuul 2022-11-30 08:25:27 +00:00 committed by Gerrit Code Review
commit 32acf4f527
1 changed files with 0 additions and 10 deletions

View File

@ -118,14 +118,4 @@ class openstack_integration::manila (
class { 'manila::network::neutron': }
class { 'manila::volume::cinder': }
class { 'manila::cron::db_purge': }
# TODO(tkajinam): This should be fixed in the RDO package
if $::osfamily == 'RedHat' {
file_line { 'manila-sudoers-privsep-helper':
path => '/etc/sudoers.d/manila',
line => 'manila ALL = (root) NOPASSWD: /usr/bin/privsep-helper *',
require => Anchor['manila::config::begin'],
notify => Anchor['manila::config::end']
}
}
}