From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- .../attachments/20101121/d9ce4a35/attachment.html | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101121/d9ce4a35/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101121/d9ce4a35/attachment.html') diff --git a/zarb-ml/mageia-sysadm/attachments/20101121/d9ce4a35/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101121/d9ce4a35/attachment.html new file mode 100644 index 000000000..868d0b6f9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101121/d9ce4a35/attachment.html @@ -0,0 +1,92 @@ + + + +[356] add base class + + + + +
+
+
Revision
356
+
Author
boklm
+
Date
2010-11-21 20:32:53 +0100 (Sun, 21 Nov 2010)
+
+ +

Log Message

+
add base class
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-21 19:23:39 UTC (rev 355)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-21 19:32:53 UTC (rev 356)
+@@ -1,9 +1,11 @@
+ class buildsystem {
+ 
+-    $build_login = "iurt"
+-    $build_home_dir = "/home/iurt/"
++    class base {
++	$build_login = "iurt"
++	$build_home_dir = "/home/iurt/"
++    }
+ 
+-    class mainnode {
++    class mainnode inherits base {
+         include iurtuser
+ 
+         package { "task-bs-cluster-main":
+@@ -11,7 +13,7 @@
+         }
+     }
+ 
+-    class buildnode {
++    class buildnode inherits base {
+         include iurt
+     }
+ 
+
+
+ + + \ No newline at end of file -- cgit v1.2.1