diff options
-rw-r--r-- | manifests/nodes.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 0ab63258..897e24bb 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -164,4 +164,6 @@ node rabbit { include openssh::ssh_keys_from_ldap include mirror::mirrorbootstrap include mirror::mirrormageia + # for testing iso quickly + include libvirtd } |