summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
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,