aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-10 11:54:15 +0000
committerMichael Scherer <misc@mageia.org>2011-02-10 11:54:15 +0000
commit594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0 (patch)
tree43da7dc4d5147da59d21bcae67b1b2a7e3b8367c /manifests
parent25ceedeb7ee531594728f3bb3194354b8e0dac0a (diff)
downloadpuppet-594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0.tar
puppet-594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0.tar.gz
puppet-594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0.tar.bz2
puppet-594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0.tar.xz
puppet-594d8b5035ac31f6f84c9c71fe2c47ec4a8188c0.zip
use the proper libvirt submodule, otherwise it does nothing
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 897e24bb..fe2b84ad 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -72,7 +72,7 @@ node alamut {
host_aliases => [ "friteuse.$domaine" ],
ensure => 'present',
}
- include libvirtd
+ include libvirtd::kvm
include lists
include dns::server
@@ -165,5 +165,5 @@ node rabbit {
include mirror::mirrorbootstrap
include mirror::mirrormageia
# for testing iso quickly
- include libvirtd
+ include libvirtd::kvm
}