From 795223df097cc589f2d8c9d074f51ce86c9d954f Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 5 Jul 2019 23:52:54 +0300 Subject: add armlet1 node config --- manifests/nodes/armlet1.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/nodes/armlet1.pp (limited to 'manifests/nodes/armlet1.pp') diff --git a/manifests/nodes/armlet1.pp b/manifests/nodes/armlet1.pp new file mode 100644 index 00000000..0d731f08 --- /dev/null +++ b/manifests/nodes/armlet1.pp @@ -0,0 +1,7 @@ +node armlet1 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} -- cgit v1.2.1