aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-10 11:28:16 +0000
committerMichael Scherer <misc@mageia.org>2011-02-10 11:28:16 +0000
commit04caebaa94095dec5eb165ab7571682d44419fa8 (patch)
tree8b0f9179d6b402f3530d542d8f9431e5c3e17c77 /manifests
parent0f4c87589456afcb5c58e83bf9cc6090a41ddfec (diff)
downloadpuppet-04caebaa94095dec5eb165ab7571682d44419fa8.tar
puppet-04caebaa94095dec5eb165ab7571682d44419fa8.tar.gz
puppet-04caebaa94095dec5eb165ab7571682d44419fa8.tar.bz2
puppet-04caebaa94095dec5eb165ab7571682d44419fa8.tar.xz
puppet-04caebaa94095dec5eb165ab7571682d44419fa8.zip
- ad libvirtd on rabbit, so we can see if iso boot without downloading
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp2
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
}