commit 6255ff44e3a5c0b711d4b25754d5eec8fb5d0e7e
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Thu Jul 30 15:17:17 2015 +0200
Add sysadmin-main to sudoers.
manifests/services/fas-clients.pp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/manifests/services/fas-clients.pp b/manifests/services/fas-clients.pp
index 0499a45..1515924 100644
--- a/manifests/services/fas-clients.pp
+++ b/manifests/services/fas-clients.pp
@@ -31,6 +31,12 @@ class fas-clients {
type => 'user_home_dir_t',
}
+ file { '/etc/sudoers.d/sysadmin-main':
+ source => 'puppet:///files/sudoers/sysadmin-main',
+ owner => 'root',
+ group => 'root'
+ }
+
# Add RPM Fusion CA to cert's bundle
#exec { 'update_cert_bundle':
# command => 'echo "
Show replies by date