summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000419.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000419.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000419.html135
1 files changed, 135 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000419.html b/zarb-ml/mageia-sysadm/2010-November/000419.html
new file mode 100644
index 000000000..b75c46c99
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000419.html
@@ -0,0 +1,135 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [216] add sudoers rule for iurt
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B216%5D%20add%20sudoers%20rule%20for%20iurt&In-Reply-To=%3C20101109225733.66EC93FC19%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000418.html">
+ <LINK REL="Next" HREF="000420.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [216] add sudoers rule for iurt</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B216%5D%20add%20sudoers%20rule%20for%20iurt&In-Reply-To=%3C20101109225733.66EC93FC19%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [216] add sudoers rule for iurt">root at mageia.org
+ </A><BR>
+ <I>Tue Nov 9 23:57:33 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000418.html">[Mageia-sysadm] [215] add sudo module
+</A></li>
+ <LI>Next message: <A HREF="000420.html">[Mageia-sysadm] Puppet Report for ecosse.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#419">[ date ]</a>
+ <a href="thread.html#419">[ thread ]</a>
+ <a href="subject.html#419">[ subject ]</a>
+ <a href="author.html#419">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 216
+Author: boklm
+Date: 2010-11-09 23:57:33 +0100 (Tue, 09 Nov 2010)
+Log Message:
+-----------
+add sudoers rule for iurt
+
+Modified Paths:
+--------------
+ puppet/modules/buildsystem/manifests/init.pp
+
+Added Paths:
+-----------
+ puppet/modules/buildsystem/templates/sudoers.iurt
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp 2010-11-09 22:48:04 UTC (rev 215)
++++ puppet/modules/buildsystem/manifests/init.pp 2010-11-09 22:57:33 UTC (rev 216)
+@@ -5,6 +5,7 @@
+ }
+
+ class iurt {
++ include sudo
+
+ $home_dir = &quot;/home/buildbot/&quot;
+ $build_login = &quot;buildbot&quot;
+@@ -24,6 +25,14 @@
+ content =&gt; template(&quot;iurt/iurt.cauldron.conf&quot;)
+ }
+
++ file { &quot;/etc/sudoers.d/iurt&quot;:
++ ensure =&gt; present,
++ owner =&gt; root,
++ group =&gt; root,
++ mode =&gt; 600,
++ content =&gt; template(&quot;iurt/sudoers.iurt&quot;)
++ }
++
+ group {&quot;$build_login&quot;:
+ ensure =&gt; present,
+ }
+
+Added: puppet/modules/buildsystem/templates/sudoers.iurt
+===================================================================
+--- puppet/modules/buildsystem/templates/sudoers.iurt (rev 0)
++++ puppet/modules/buildsystem/templates/sudoers.iurt 2010-11-09 22:57:33 UTC (rev 216)
+@@ -0,0 +1 @@
++&lt;%= build_login %&gt; ALL = NOPASSWD: /usr/sbin/iurt_root_command
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101109/81cac381/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000418.html">[Mageia-sysadm] [215] add sudo module
+</A></li>
+ <LI>Next message: <A HREF="000420.html">[Mageia-sysadm] Puppet Report for ecosse.mageia.org
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#419">[ date ]</a>
+ <a href="thread.html#419">[ thread ]</a>
+ <a href="subject.html#419">[ subject ]</a>
+ <a href="author.html#419">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>