diff options
| author | Michael Scherer <misc@mageia.org> | 2011-01-23 14:32:59 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2011-01-23 14:32:59 +0000 |
| commit | b87ade5150912b334894d0a08f07b97438a36298 (patch) | |
| tree | 93744f91d25b6e3a47c190429a83ff6355b6422a | |
| parent | 89b2cdd69e7b10125b2bf7a62f0ec79430102b24 (diff) | |
| download | puppet-b87ade5150912b334894d0a08f07b97438a36298.tar puppet-b87ade5150912b334894d0a08f07b97438a36298.tar.gz puppet-b87ade5150912b334894d0a08f07b97438a36298.tar.bz2 puppet-b87ade5150912b334894d0a08f07b97438a36298.tar.xz puppet-b87ade5150912b334894d0a08f07b97438a36298.zip | |
also make sure that alamut is running libvirtd
| -rw-r--r-- | manifests/nodes.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 59dbb9d9..3a55e30b 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -68,6 +68,7 @@ node alamut { host_aliases => [ "friteuse.$domaine" ], ensure => 'present', } + include libvirtd include lists include dns::server |
