diff options
author | Raffael Schmid <raffael@yux.ch> | 2012-02-10 16:32:16 +0100 |
---|---|---|
committer | Raffael Schmid <raffael@yux.ch> | 2012-02-10 16:32:16 +0100 |
commit | 938c06b1c4d6c77f85b05112d7312131eafbd4ec (patch) | |
tree | 1ec6ff7b64927f5b2966c3caf5cae6bce79ae1d3 /manifests/definitions/route.pp | |
parent | feac1f6d0d8174b7e2827f08d7108eaf20da33c5 (diff) |
ready for 2.7 module structure
Diffstat (limited to 'manifests/definitions/route.pp')
-rw-r--r-- | manifests/definitions/route.pp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/definitions/route.pp b/manifests/definitions/route.pp deleted file mode 100644 index 00d955a..0000000 --- a/manifests/definitions/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"]; -# } -#} |