[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r469: Set sudoers properly for lfdev-test-power64.

Jeff Licquia licquia at linuxfoundation.org
Tue May 28 18:38:56 UTC 2013


------------------------------------------------------------
revno: 469
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2013-05-28 14:38:56 -0400
message:
  Set sudoers properly for lfdev-test-power64.
modified:
  modules/sudo/files/sudoers/lfdev-test-power64.osuosl.org
-------------- next part --------------
=== modified file 'modules/sudo/files/sudoers/lfdev-test-power64.osuosl.org'
--- a/modules/sudo/files/sudoers/lfdev-test-power64.osuosl.org	2013-04-10 16:15:05 +0000
+++ b/modules/sudo/files/sudoers/lfdev-test-power64.osuosl.org	2013-05-28 18:38:56 +0000
@@ -58,8 +58,8 @@
 ## This allows use of an ordinary user account for administration of a freshly
 ## installed system. When configuring sudo, delete the two
 ## following lines:
-Defaults targetpw   # ask for the password of the target user i.e. root
-ALL	ALL=(ALL) ALL   # WARNING! Only use this together with 'Defaults targetpw'!
+# Defaults targetpw   # ask for the password of the target user i.e. root
+# ALL	ALL=(ALL) ALL   # WARNING! Only use this together with 'Defaults targetpw'!
 
 ##
 ## Runas alias specification
@@ -72,7 +72,7 @@
 osuadmin ALL=(ALL) ALL
 
 ## Uncomment to allow members of group wheel to execute any command
-# %wheel ALL=(ALL) ALL
+%wheel ALL=(ALL) ALL
 
 ## Same thing without a password
 # %wheel ALL=(ALL) NOPASSWD: ALL
@@ -80,3 +80,7 @@
 ## Read drop-in files from /etc/sudoers.d
 ## (the '#' here does not indicate a comment)
 #includedir /etc/sudoers.d
+
+# Local LF settings
+lfadmin	ALL = (ALL) ALL 
+licquia	ALL = (ALL) ALL



More information about the lsb-messages mailing list