summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2012-08-08 12:28:10 +0300
committerRaffael Schmid <raffael@yux.ch>2012-08-08 12:28:10 +0300
commit25f1fe8d813f6128068d890a40f5e24be78fb47c (patch)
tree2a02b31fd2afc6afe1a59253a66e3d1c3e28b9f4
parent46b2c190dd49347015fa7a87ebaf70a4ed6725c7 (diff)
Update Readme for precise stuff
Add link to sysctl module and add support for Ubuntu Precise info
-rw-r--r--Readme.markdown8
1 files changed, 2 insertions, 6 deletions
diff --git a/Readme.markdown b/Readme.markdown
index 6306db1..c6cf833 100644
--- a/Readme.markdown
+++ b/Readme.markdown
@@ -7,7 +7,7 @@ OpenVPN module for puppet including client config/cert creation (tarball to down
## Supported OS
- Debian Squeeze (should, as it works on Ubuntu Lucid)
- - Ubuntu 10.4 (other untested)
+ - Ubuntu 10.4, 12.04 (other untested)
- CentOS
## Example
@@ -67,10 +67,6 @@ OpenVPN module for puppet including client config/cert creation (tarball to down
key => "server",
value => "10.10.10.0 255.255.255.0",
server => "server1";
- "client-config-dir server1":
- key => "client-config-dir",
- value => "/etc/openvpn/server1/client-configs",
- server => "server1";
"lport server1":
key => "lport",
value => "1194",
@@ -117,4 +113,4 @@ OpenVPN module for puppet including client config/cert creation (tarball to down
server => "server1";
}
-Don't forget the sysctl directive 'net.ipv4.ip_forward'!
+Don't forget the [sysctl](https://github.com/luxflux/puppet-sysctl) directive ```net.ipv4.ip_forward```!