diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-14 21:48:20 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-14 21:48:20 +0200 |
commit | 75430d810ef7d476f4ceef6f1ea25ba2ee419067 (patch) | |
tree | 0f060bb698f9ba3e1e64b390996603bd4662e99b | |
parent | 2dcb065203a962ea9463163e0f5570fcabbb5c94 (diff) | |
download | puppet-75430d810ef7d476f4ceef6f1ea25ba2ee419067.tar puppet-75430d810ef7d476f4ceef6f1ea25ba2ee419067.tar.gz puppet-75430d810ef7d476f4ceef6f1ea25ba2ee419067.tar.bz2 puppet-75430d810ef7d476f4ceef6f1ea25ba2ee419067.tar.xz puppet-75430d810ef7d476f4ceef6f1ea25ba2ee419067.zip |
Enable kvm
-rwxr-xr-x | manifests/nodes/sucuk.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index c2e03468..0f5fb5a2 100755 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -79,5 +79,10 @@ node sucuk { # to create all phpbb database on alamut phpbb::databases { $fqdn: } + + include tld_redirections + + include libvirtd::kvm + } |