summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-05 21:30:09 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-05 21:30:09 -0400
commit2bde1d03cc6867431cadda52014c41d9aa516f92 (patch)
tree480bc9099d013f2d8c5bc01b7e60a658d3dbede3
parent54f937de2e2a2ea476e27caa486d5014df64ed29 (diff)
downloadpuppet-tozt-2bde1d03cc6867431cadda52014c41d9aa516f92.tar.gz
puppet-tozt-2bde1d03cc6867431cadda52014c41d9aa516f92.zip
update ip addresses
-rw-r--r--manifests/00global.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 02212da..608a37a 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -1,11 +1,11 @@
$default_user = 'doy'
$vpn_ips = {
- 'hush' => '10.49.0.2',
- 'partofme' => '10.49.0.3',
- 'phone' => '10.49.0.4',
- 'tozt' => '10.49.0.5',
- 'mail' => '10.49.0.6',
- 'hornet' => '10.49.0.7',
+ 'hornet' => '10.49.0.2',
+ 'mail' => '10.49.0.3',
+ 'mail2' => '10.49.0.4',
+ 'partofme' => '10.49.0.5',
+ 'phone' => '10.49.0.6',
+ 'tozt' => '10.49.0.7',
}
Package::Makepkg {