summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2012-02-10 17:59:25 +0100
committerRaffael Schmid <raffael@yux.ch>2012-02-10 17:59:25 +0100
commit7e4bfd5317bea23b931f7f6c6080e62506cddfa0 (patch)
tree4d1a881cc65627e04eb88459ef73c63789ac75b3
parente1593d5c00da2293a5ae6be8dd29efd4545d96de (diff)
add Modulefile to put this module on the Forge
-rw-r--r--Modulefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile
new file mode 100644
index 0000000..15cdfa1
--- /dev/null
+++ b/Modulefile
@@ -0,0 +1,11 @@
+name 'luxflux-openvpn'
+version '1.0'
+source 'https://github.com/luxflux/puppet-openvpn'
+author 'luxflux'
+license 'UNKNOWN'
+summary 'UNKNOWN'
+description 'UNKNOWN'
+project_page 'UNKNOWN'
+
+## Add dependencies, if any:
+dependency 'ripienaar/concat'