From e836ea7965836ca40f8c58032e4e51e4c3fc346b Mon Sep 17 00:00:00 2001 From: Raffael Schmid Date: Thu, 2 Oct 2014 14:11:16 +0200 Subject: [PATCH] Even more filemode fixing... #102 [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad34a1dc..b8de6fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## Next version * Support for setting `up` and/or `down` scripts for clients ([#89](https://github.com/luxflux/puppet-openvpn/pull/89)) -* Fixing the permissions of the created directories and files ([#90](https://github.com/luxflux/puppet-openvpn/pull/90), [#92](https://github.com/luxflux/puppet-openvpn/pull/92), [#94](https://github.com/luxflux/puppet-openvpn/pull/94)) +* Fixing the permissions of the created directories and files ([#90](https://github.com/luxflux/puppet-openvpn/pull/90), [#92](https://github.com/luxflux/puppet-openvpn/pull/92), [#94](https://github.com/luxflux/puppet-openvpn/pull/94), [#102](https://github.com/luxflux/puppet-openvpn/pull/102)) * Refactor templates to use instance variables instead of `scope.lookupvar` ([#100](https://github.com/luxflux/puppet-openvpn/pull/100)) * Add client mode server ([#100](https://github.com/luxflux/puppet-openvpn/pull/100)) * Move CA management into its own defined type ([#100](https://github.com/luxflux/puppet-openvpn/pull/100))