From 2dce9ca4c11ffeb43aaafe7551d3fa098fad75c4 Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Fri, 11 Jan 2013 07:08:56 -0700 Subject: spec tests catching up with code. got commit happy before --- manifests/config.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/config.pp') diff --git a/manifests/config.pp b/manifests/config.pp index a316cc9..5767d8f 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -14,9 +14,10 @@ # * Justin Lambert # class openvpn::config { - include concat::setup if $::osfamily == 'Debian' { + include concat::setup + concat { '/etc/default/openvpn': owner => root, -- cgit v1.2.3