diff options
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/armagnac.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armagnac.pp b/manifests/nodes/armagnac.pp new file mode 100644 index 00000000..2dc82f0d --- /dev/null +++ b/manifests/nodes/armagnac.pp @@ -0,0 +1,7 @@ +node armagnac { +# Location: Scaleway (Iliad/Online datacenter) + include common::default_mageia_server + timezone::timezone { 'Europe/Paris': } + + include mga_buildsystem::buildnode +} |