aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-10 12:31:23 +0000
committerMichael Scherer <misc@mageia.org>2011-02-10 12:31:23 +0000
commit11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d (patch)
tree0305455b596f97822a2c2dc79c7f6f4c88802447 /manifests
parentd9e41028dd0099d549612d3304d692137067c57b (diff)
downloadpuppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar
puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.gz
puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.bz2
puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.xz
puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.zip
oops, fix previous commit
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 38d07326..8a4a3ba9 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -166,5 +166,5 @@ node rabbit {
# for testing iso quickly
include libvirtd::kvm
- libvirtd::group_access { "mga-iso_makers" }
+ libvirtd::group_access { "mga-iso_makers": }
}