diff options
| author | Michael Scherer <misc@mageia.org> | 2011-02-10 12:31:23 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2011-02-10 12:31:23 +0000 |
| commit | 11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d (patch) | |
| tree | 0305455b596f97822a2c2dc79c7f6f4c88802447 | |
| parent | d9e41028dd0099d549612d3304d692137067c57b (diff) | |
| download | puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.gz puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.bz2 puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.tar.xz puppet-11d9e1b56186d426d905c9f6fb0b6c2bc9fe260d.zip | |
oops, fix previous commit
| -rw-r--r-- | manifests/nodes.pp | 2 |
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": } } |
