aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/arm1.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-15 20:53:09 +0000
committerMichael Scherer <misc@mageia.org>2012-02-15 20:53:09 +0000
commit4084b7eb64f4fbf3cc1478f78a8b3f826670d263 (patch)
treec11e29807fb5966043becad4bbe7ef42266d2121 /manifests/nodes/arm1.pp
parent6291f755db9b5b92a10f7db8315a4ca30ba70da3 (diff)
downloadpuppet-4084b7eb64f4fbf3cc1478f78a8b3f826670d263.tar
puppet-4084b7eb64f4fbf3cc1478f78a8b3f826670d263.tar.gz
puppet-4084b7eb64f4fbf3cc1478f78a8b3f826670d263.tar.bz2
puppet-4084b7eb64f4fbf3cc1478f78a8b3f826670d263.tar.xz
puppet-4084b7eb64f4fbf3cc1478f78a8b3f826670d263.zip
add the 2 arm board node to puppet configuration
Diffstat (limited to 'manifests/nodes/arm1.pp')
-rw-r--r--manifests/nodes/arm1.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/arm1.pp b/manifests/nodes/arm1.pp
new file mode 100644
index 00000000..5cf27c5b
--- /dev/null
+++ b/manifests/nodes/arm1.pp
@@ -0,0 +1,7 @@
+node arm1 {
+# Location: IELO datacenter (marseille)
+ include common::default_mageia_server
+ timezone::timezone { "Europe/Paris": }
+
+
+}