summaryrefslogtreecommitdiff
path: root/manifests/push.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/push.pp')
-rw-r--r--manifests/push.pp18
1 files changed, 0 insertions, 18 deletions
diff --git a/manifests/push.pp b/manifests/push.pp
deleted file mode 100644
index e799b04..0000000
--- a/manifests/push.pp
+++ /dev/null
@@ -1,18 +0,0 @@
-## push.pp
-#
-#define openvpn::push($network, $netmask, $server, $gateway = "undefined") {
-#
-# $gw = $gateway ? {
-# "undefined" => "",
-# default => " ${gateway}"
-# }
-#
-# common::concatfilepart {
-# "push ${name}":
-# ensure => $ensure,
-# file => "/etc/openvpn/${server}.conf",
-# content => "push \"route ${network} ${netmask}${gw}\"\n",
-# notify => Service["openvpn"],
-# require => Package["openvpn"];
-# }
-#}