summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-01-01 19:57:40 -0500
committerJesse Luehrs <doy@tozt.net>2019-01-01 19:57:40 -0500
commit83e422435fadb68ec5648df7fda01e5517d4a34e (patch)
tree29d1a97a555fc14263f2d0b057e566b1bb28c4e8 /manifests
parent5128f64f182253948505ab1ce15d56f2dcf6030a (diff)
downloadpuppet-tozt-83e422435fadb68ec5648df7fda01e5517d4a34e.tar.gz
puppet-tozt-83e422435fadb68ec5648df7fda01e5517d4a34e.zip
generate hosts data
Diffstat (limited to 'manifests')
-rw-r--r--manifests/00global.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
index 3557fac..69e27fc 100644
--- a/manifests/00global.pp
+++ b/manifests/00global.pp
@@ -1,4 +1,11 @@
$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',
+}
Package::Makepkg {
build_user => $default_user,