From d9e41028dd0099d549612d3304d692137067c57b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 10 Feb 2011 12:21:26 +0000 Subject: - give access to people who create iso so they can start iso on the server directly --- manifests/nodes.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } } -- cgit v1.2.1