summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-08 01:14:18 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-08 01:14:18 -0400
commit1d77db5e930f97959500e1d9a88781e27c395294 (patch)
tree7407450a764f58d0ff2e90c3f79f821e0309cb14 /manifests
parent68f4cd016d0eb6b6440a8b4426d5d363a21f4c20 (diff)
downloadpuppet-tozt-1d77db5e930f97959500e1d9a88781e27c395294.tar.gz
puppet-tozt-1d77db5e930f97959500e1d9a88781e27c395294.zip
vpn ip addresses changed
Diffstat (limited to 'manifests')
-rw-r--r--manifests/00global.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 69e27fc..0309446 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -1,10 +1,10 @@
$default_user = 'doy'
$vpn_ips = {
- 'hush' => '10.19.49.3',
- 'partofme' => '10.19.49.4',
- 'phone' => '10.19.49.5',
- 'tozt' => '10.19.49.6',
- 'mail' => '10.19.49.7',
+ 'hush' => '10.19.49.2',
+ 'partofme' => '10.19.49.3',
+ 'phone' => '10.19.49.4',
+ 'tozt' => '10.19.49.5',
+ 'mail' => '10.19.49.6',
}
Package::Makepkg {