diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-02-05 15:47:37 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-02-05 15:47:37 +0000 |
commit | 2e0713e9027ed2cd125027afd68d91e862f5d14f (patch) | |
tree | cfa9dfa6b3ce3dde1c4b2b202619e4e1601ed261 /manifests/nodes/armada.pp | |
parent | ea73c39669c063468deb632222c86113fb5f7a76 (diff) | |
download | puppet-2e0713e9027ed2cd125027afd68d91e862f5d14f.tar puppet-2e0713e9027ed2cd125027afd68d91e862f5d14f.tar.gz puppet-2e0713e9027ed2cd125027afd68d91e862f5d14f.tar.bz2 puppet-2e0713e9027ed2cd125027afd68d91e862f5d14f.tar.xz puppet-2e0713e9027ed2cd125027afd68d91e862f5d14f.zip |
Oops forgot one file
Diffstat (limited to 'manifests/nodes/armada.pp')
-rw-r--r-- | manifests/nodes/armada.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armada.pp b/manifests/nodes/armada.pp new file mode 100644 index 00000000..d4f7bd8a --- /dev/null +++ b/manifests/nodes/armada.pp @@ -0,0 +1,7 @@ +node armada { +# Location: Scaleway (Iliad/Online datacenter) + include common::default_mageia_server + timezone::timezone { 'Europe/Paris': } + + include mga_buildsystem::buildnode +} |