diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armorique.pp | 8 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 3 |
2 files changed, 0 insertions, 11 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 -} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index 2d2260ab..e9bfbf3d 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -25,9 +25,6 @@ $nodes_ipaddr = { ipv4 => '212.85.158.153', ipv6 => '2a02:2178:2:7::9', }, - armorique => { - ipv4 => '212.47.242.112', - }, armlet1 => { ipv4 => '163.172.148.228', }, |