]> WPIA git - infra.git/commitdiff
upd: reorder entries by ascending ip numbers
authorINOPIAE <m.maengel@inopiae.de>
Sun, 13 Jan 2019 06:50:14 +0000 (07:50 +0100)
committerINOPIAE <m.maengel@inopiae.de>
Tue, 15 Jan 2019 05:49:43 +0000 (06:49 +0100)
Change-Id: Ic70976dc7ef6fdf4a040cacc8c6f35ec6a098369

environments/production/manifests/ip.pp

index dd510b18424dd6cc5c1173f5ae049b3710e865d1..623fca7b79b80c0891ede555e5c5f2606d9ceac7 100644 (file)
@@ -1,13 +1,13 @@
 $ips = {
    front-nginx => '10.0.3.13',
 $ips = {
    front-nginx => '10.0.3.13',
+   postgres => '10.0.3.14',
    gigi => '10.0.3.15',
    cassiopeia => '10.0.3.16',
    exim => '10.0.3.17',
    hop => '10.0.3.18',
    quiz => '10.0.3.19',
    gigi => '10.0.3.15',
    cassiopeia => '10.0.3.16',
    exim => '10.0.3.17',
    hop => '10.0.3.18',
    quiz => '10.0.3.19',
-   postgres => '10.0.3.14',
-   motion => '10.0.3.22',
-   gitweb => '10.0.3.20'}
+   gitweb => '10.0.3.20',
+   motion => '10.0.3.22'}
 
 $ipsv6 = {
    front-nginx => 'fc00:1::d',
 
 $ipsv6 = {
    front-nginx => 'fc00:1::d',
@@ -18,8 +18,8 @@ $ipsv6 = {
    exim => 'fc00:1::11',
    hop => 'fc00:1::12',
    quiz => 'fc00:1::13',
    exim => 'fc00:1::11',
    hop => 'fc00:1::12',
    quiz => 'fc00:1::13',
-   motion => 'fc00:1::16',
-   gitweb => 'fc00:1::14'}
+   gitweb => 'fc00:1::14',
+   motion => 'fc00:1::16'}
 
 $passwords = {
    postgres => {
 
 $passwords = {
    postgres => {