diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-12-11 18:21:51 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-12-11 18:21:51 +0000 |
commit | 17642188724397eaf1ca063c291e8e7ab50e7bec (patch) | |
tree | a314af10a4d61bb5daee19d6cd2b6f72fef26ee3 /manifests/nodes | |
parent | 2d3fd95aa23785ba27754791250007b6dfc680e7 (diff) | |
download | puppet-17642188724397eaf1ca063c291e8e7ab50e7bec.tar puppet-17642188724397eaf1ca063c291e8e7ab50e7bec.tar.gz puppet-17642188724397eaf1ca063c291e8e7ab50e7bec.tar.bz2 puppet-17642188724397eaf1ca063c291e8e7ab50e7bec.tar.xz puppet-17642188724397eaf1ca063c291e8e7ab50e7bec.zip |
Delete armorique
This was the original Scaleway arm build node which was setup with an
external IP. There is no point upgrading it to Mageia 7, while there is
now a Mageia 7 image to create armlet nodes beind neru.
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/armorique.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/nodes/armorique.pp b/manifests/nodes/armorique.pp deleted file mode 100644 index 0a50f9b6..00000000 --- a/manifests/nodes/armorique.pp +++ /dev/null @@ -1,8 +0,0 @@ -node armorique { -# Location: Scaleway (Iliad/Online datacenter) - include common::default_mageia_server - timezone::timezone { 'Europe/Paris': } - serial_console::serial_console { 'ttyS0': } - - include mga_buildsystem::buildnode -} |