diff options
author | Nicolas Vigier <boklm@mageia.org> | 2010-11-21 20:55:45 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2010-11-21 20:55:45 +0000 |
commit | 91f91d4c3818d8ccc87a181d884b22c1d82e46dc (patch) | |
tree | 9265567c0416cff579bcb280fc150bf049e38f42 /manifests | |
parent | 3fc4b80bfb8eb5af732b23aa34e41d71c5bf1187 (diff) | |
download | puppet-91f91d4c3818d8ccc87a181d884b22c1d82e46dc.tar puppet-91f91d4c3818d8ccc87a181d884b22c1d82e46dc.tar.gz puppet-91f91d4c3818d8ccc87a181d884b22c1d82e46dc.tar.bz2 puppet-91f91d4c3818d8ccc87a181d884b22c1d82e46dc.tar.xz puppet-91f91d4c3818d8ccc87a181d884b22c1d82e46dc.zip |
include testvm on jonund
Diffstat (limited to 'manifests')
-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 0e288fb1..8287c717 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -62,6 +62,7 @@ node jonund { timezone::timezone { "Europe/Paris": } include shorewall include shorewall::default_firewall + include testvm } node ecosse { |