diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-15 20:53:09 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-15 20:53:09 +0000 |
commit | 4084b7eb64f4fbf3cc1478f78a8b3f826670d263 (patch) | |
tree | c11e29807fb5966043becad4bbe7ef42266d2121 /manifests | |
parent | 6291f755db9b5b92a10f7db8315a4ca30ba70da3 (diff) | |
download | puppet-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')
-rw-r--r-- | manifests/nodes/arm1.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/arm2.pp | 5 |
2 files changed, 12 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": } + + +} diff --git a/manifests/nodes/arm2.pp b/manifests/nodes/arm2.pp new file mode 100644 index 00000000..94700892 --- /dev/null +++ b/manifests/nodes/arm2.pp @@ -0,0 +1,5 @@ +node arm2 { +# Location: IELO datacenter (marseille) + include common::default_mageia_server + timezone::timezone { "Europe/Paris": } +} |