aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-09 12:46:48 +0000
committerMichael Scherer <misc@mageia.org>2011-01-09 12:46:48 +0000
commitf349b578705b5a6e5ae41c89a64e088168f35915 (patch)
treebf8519bb3eeb9bd9f04ff53a5e2f22b1fb302d22 /manifests/nodes.pp
parent9c62a37b5942ef9b2b84a01e76de0c4d0d4633bd (diff)
downloadpuppet-f349b578705b5a6e5ae41c89a64e088168f35915.tar
puppet-f349b578705b5a6e5ae41c89a64e088168f35915.tar.gz
puppet-f349b578705b5a6e5ae41c89a64e088168f35915.tar.bz2
puppet-f349b578705b5a6e5ae41c89a64e088168f35915.tar.xz
puppet-f349b578705b5a6e5ae41c89a64e088168f35915.zip
- let's welcome our new overlor^W server
- explain where should be friteuse
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp11
1 files changed, 10 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index eef556f8..36faef2b 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -162,7 +162,7 @@ node champagne {
}
node friteuse {
-# Location: VM hosted by nfrance
+# Location: VM hosted by nfrance (toulouse)
#
# TODO:
# - setup forum
@@ -170,3 +170,12 @@ node friteuse {
include default_mageia_server
timezone::timezone { "Europe/Paris": }
}
+
+node rabbit {
+# Location: Server offered by Dedibox (paris)
+#
+# TODO:
+# - setup bcd
+ include default_mageia_server
+ timezone::timezone { "Europe/Paris": }
+}