From 25f1fe8d813f6128068d890a40f5e24be78fb47c Mon Sep 17 00:00:00 2001 From: Raffael Schmid Date: Wed, 8 Aug 2012 12:28:10 +0300 Subject: Update Readme for precise stuff Add link to sysctl module and add support for Ubuntu Precise info --- Readme.markdown | 8 ++------ 1 file 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```! -- cgit v1.2.3