summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-25 23:39:23 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-25 23:39:23 -0500
commit5f26eacc6f10750c805d45d3aae84b1eea94d637 (patch)
tree96b69487d55b31508166bde66f7d1ef64c788135 /manifests
parent703755ef38e08cb08bde0a683251e51db85942df (diff)
downloadpuppet-tozt-5f26eacc6f10750c805d45d3aae84b1eea94d637.tar.gz
puppet-tozt-5f26eacc6f10750c805d45d3aae84b1eea94d637.zip
update algo for hornet
Diffstat (limited to 'manifests')
-rw-r--r--manifests/00global.pp11
1 files changed, 6 insertions, 5 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 0309446..02212da 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -1,10 +1,11 @@
$default_user = 'doy'
$vpn_ips = {
- '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',
+ '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',
}
Package::Makepkg {