diff options
-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": } } |