diff options
-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 +} |