diff options
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/armlet2.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet3.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet4.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet5.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet6.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet7.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet8.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet9.pp | 7 |
8 files changed, 56 insertions, 0 deletions
diff --git a/manifests/nodes/armlet2.pp b/manifests/nodes/armlet2.pp new file mode 100644 index 00000000..7566249f --- /dev/null +++ b/manifests/nodes/armlet2.pp @@ -0,0 +1,7 @@ +node armlet2 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet3.pp b/manifests/nodes/armlet3.pp new file mode 100644 index 00000000..f3e5be64 --- /dev/null +++ b/manifests/nodes/armlet3.pp @@ -0,0 +1,7 @@ +node armlet3 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} 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': } +} diff --git a/manifests/nodes/armlet5.pp b/manifests/nodes/armlet5.pp new file mode 100644 index 00000000..a4101d95 --- /dev/null +++ b/manifests/nodes/armlet5.pp @@ -0,0 +1,7 @@ +node armlet5 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet6.pp b/manifests/nodes/armlet6.pp new file mode 100644 index 00000000..ebe0da27 --- /dev/null +++ b/manifests/nodes/armlet6.pp @@ -0,0 +1,7 @@ +node armlet6 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet7.pp b/manifests/nodes/armlet7.pp new file mode 100644 index 00000000..929ae635 --- /dev/null +++ b/manifests/nodes/armlet7.pp @@ -0,0 +1,7 @@ +node armlet7 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet8.pp b/manifests/nodes/armlet8.pp new file mode 100644 index 00000000..becbf79f --- /dev/null +++ b/manifests/nodes/armlet8.pp @@ -0,0 +1,7 @@ +node armlet8 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} diff --git a/manifests/nodes/armlet9.pp b/manifests/nodes/armlet9.pp new file mode 100644 index 00000000..de34834c --- /dev/null +++ b/manifests/nodes/armlet9.pp @@ -0,0 +1,7 @@ +node armlet9 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} |