summaryrefslogtreecommitdiff
path: root/manifests/route.pp
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2012-02-10 16:57:42 +0100
committerRaffael Schmid <raffael@yux.ch>2012-02-10 16:57:42 +0100
commit9fb11ff85c52e95ecfc64afac37e9150fa1a4ecd (patch)
tree685fd96d1c9fb5258a3bd4c18c0bb64cd446b5cc /manifests/route.pp
parente154a307d7d9467477b7423d1ba07a79608c0eff (diff)
remove old files
Diffstat (limited to 'manifests/route.pp')
-rw-r--r--manifests/route.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/route.pp b/manifests/route.pp
deleted file mode 100644
index 00d955a..0000000
--- a/manifests/route.pp
+++ /dev/null
@@ -1,12 +0,0 @@
-## route.pp
-#
-#define openvpn::route($network, $netmask, $server, $gateway) {
-# common::concatfilepart {
-# "route ${name}":
-# ensure => $ensure,
-# file => "/etc/openvpn/${server}.conf",
-# content => "route ${network} ${netmask} ${gateway}\n",
-# notify => Service["openvpn"],
-# require => Package["openvpn"];
-# }
-#}