aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-10 12:21:26 +0000
committerMichael Scherer <misc@mageia.org>2011-02-10 12:21:26 +0000
commitd9e41028dd0099d549612d3304d692137067c57b (patch)
treefc218070325acbc9c08ddcab08da89e9df869752 /manifests
parent7de7489a647d3cab4fc427d532b9e615b1291fde (diff)
downloadpuppet-d9e41028dd0099d549612d3304d692137067c57b.tar
puppet-d9e41028dd0099d549612d3304d692137067c57b.tar.gz
puppet-d9e41028dd0099d549612d3304d692137067c57b.tar.bz2
puppet-d9e41028dd0099d549612d3304d692137067c57b.tar.xz
puppet-d9e41028dd0099d549612d3304d692137067c57b.zip
- give access to people who create iso so they can start iso on the server directly
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index fe2b84ad..38d07326 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -73,7 +73,6 @@ node alamut {
ensure => 'present',
}
include libvirtd::kvm
-
include lists
include dns::server
include repositories::mirror
@@ -164,6 +163,8 @@ node rabbit {
include openssh::ssh_keys_from_ldap
include mirror::mirrorbootstrap
include mirror::mirrormageia
+
# for testing iso quickly
include libvirtd::kvm
+ libvirtd::group_access { "mga-iso_makers" }
}