diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-07-26 07:43:02 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-07-26 07:43:02 +0100 |
commit | 2df204f8965dcd410a69f4b1a65a60403d581175 (patch) | |
tree | 9729fe6420169577f532a1a65051b8923f1c3dd9 /manifests | |
parent | 9c4dfdd024403f14511cf9afa92e721fc72c9594 (diff) | |
download | puppet-2df204f8965dcd410a69f4b1a65a60403d581175.tar puppet-2df204f8965dcd410a69f4b1a65a60403d581175.tar.gz puppet-2df204f8965dcd410a69f4b1a65a60403d581175.tar.bz2 puppet-2df204f8965dcd410a69f4b1a65a60403d581175.tar.xz puppet-2df204f8965dcd410a69f4b1a65a60403d581175.zip |
Kill armada
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armada.pp | 8 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/manifests/nodes/armada.pp b/manifests/nodes/armada.pp deleted file mode 100644 index 2b85e28a..00000000 --- a/manifests/nodes/armada.pp +++ /dev/null @@ -1,8 +0,0 @@ -node armada { -# Location: Scaleway (Iliad/Online datacenter) - include common::default_mageia_server - timezone::timezone { 'Europe/Paris': } - serial_console::serial_console { 'ttyS0': } - - include mga_buildsystem::buildnode -} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 46266014..8e5e4773 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -53,9 +53,6 @@ $nodes_ipaddr = { armorique => { ipv4 => '212.47.242.112', }, - armada => { - ipv4 => '212.47.242.218', - }, armrest => { ipv4 => '163.172.153.185', }, |