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