Revision
782
Author
misc
Date
2011-01-13 19:28:11 +0100 (Thu, 13 Jan 2011)

Log Message

- enable access to rabbit for iso_makers and sysadmin

Modified Paths

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2011-01-13 18:25:16 UTC (rev 781)
+++ puppet/manifests/nodes.pp	2011-01-13 18:28:11 UTC (rev 782)
@@ -139,6 +139,10 @@
 node rabbit {
 # Location: Server offered by Dedibox (paris)
 # 
+# - used to create isos ( and live, and so on )
+# 
     include default_mageia_server
     timezone::timezone { "Europe/Paris": }
+    include bcd
+    include access_class::iso_makers
 }