[D-community-commits] r152 - trunk/fai-config-dir/scripts/ADMINGROUP

h01ger-guest at alioth.debian.org h01ger-guest at alioth.debian.org
Sat Sep 15 08:22:27 UTC 2007


Author: h01ger-guest
Date: 2007-09-15 08:22:27 +0000 (Sat, 15 Sep 2007)
New Revision: 152

Modified:
   trunk/fai-config-dir/scripts/ADMINGROUP/10-create-users
   trunk/fai-config-dir/scripts/ADMINGROUP/20-authorized_keys
   trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers
Log:
add beuno to admingroup so he can configure ikiwiki on his own

Modified: trunk/fai-config-dir/scripts/ADMINGROUP/10-create-users
===================================================================
--- trunk/fai-config-dir/scripts/ADMINGROUP/10-create-users	2007-08-25 01:40:11 UTC (rev 151)
+++ trunk/fai-config-dir/scripts/ADMINGROUP/10-create-users	2007-09-15 08:22:27 UTC (rev 152)
@@ -1,11 +1,11 @@
 #! /bin/sh
 
 #
-#	(c) 2006 Holger Levsen         holger at layer-acht.org
+#	(c) 2006-2007 Holger Levsen         holger at layer-acht.org
 #	GPL2 licenced
 #
 
-for user in holger madduck luk ; do {
+for user in holger madduck luk beuno ; do {
 
 	$ROOTCMD adduser --quiet --disabled-password --gecos "" $user
 	$ROOTCMD addgroup --quiet $user adm

Modified: trunk/fai-config-dir/scripts/ADMINGROUP/20-authorized_keys
===================================================================
--- trunk/fai-config-dir/scripts/ADMINGROUP/20-authorized_keys	2007-08-25 01:40:11 UTC (rev 151)
+++ trunk/fai-config-dir/scripts/ADMINGROUP/20-authorized_keys	2007-09-15 08:22:27 UTC (rev 152)
@@ -33,4 +33,9 @@
 	  AutoCreate
 	  AppendIfNoSuchLine "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAxMBtkqOUeTObG7e5Ieo4NYYHQnq7+iOy1Z3jG298z8pGUcvmMS90+1vWtf7yGads0mQv8ERnIwEmjMLm9SkF4d8+gu7qfEapZMy4JdYC5Xqu5vO+6IOJiX0ma0cFfKVulq5SK3RFAjsM3M/ZoS1M2KLgoaiUzdDovn07UZw1I3U= luk at lap"
 	}
+	### beuno
+	{ ${target}/home/beuno/.ssh/authorized_keys
+	  AutoCreate
+	  AppendIfNoSuchLine "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAx19gjJSqb9qhslGlM6YxNBgvVRgdvx2YKFuM7uNoPYQ4GG60edDv4oDXmIBvK1NMsThcwvu0Cg3xBWkEiyj/cpzGeSJ4QnpwJxzpnk9+SFmkJhVsxgDNM9dPstNT6VudA5rTxIPk4S5bGf67+hzq+vPONTQOfowIihmIuslYCzBUkmlAiqBohZkVC4lNtI+G+cIr1bfj+upotb9+GnA+YiAySFeUd0pKpKTnLykh3rBAqdVF/C+1MN0eZ8J8NO+F6F6TlFnICMAcEl+4NcZ3zWbEeOSbeXcQwwWBZnKrnGsaTsy0DshLepkU4DStM2z8Sqqa6jrDypp4CVKJ5FsItw== martin at martin"
+	}
 

Modified: trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers
===================================================================
--- trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers	2007-08-25 01:40:11 UTC (rev 151)
+++ trunk/fai-config-dir/scripts/ADMINGROUP/30-sudoers	2007-09-15 08:22:27 UTC (rev 152)
@@ -22,4 +22,8 @@
 	{ ${target}/etc/sudoers
           AppendIfNoSuchLine "luk ALL= NOPASSWD: /usr/sbin/fai -N softupdate"
 	}
+	### beuno
+	{ ${target}/etc/sudoers
+          AppendIfNoSuchLine "beuno ALL= NOPASSWD: /usr/sbin/fai -N softupdate"
+	}
 




More information about the D-community-commits mailing list