summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJustin Lambert <jlambert@eml.cc>2013-01-11 07:08:56 -0700
committerJustin Lambert <jlambert@eml.cc>2013-01-11 07:08:56 -0700
commit2dce9ca4c11ffeb43aaafe7551d3fa098fad75c4 (patch)
tree5a8873cde7fa6e92b05e2af04dae732942124c16 /manifests
parent48bbd0cd422d57b4f6278d3b64e53aaf5de787cf (diff)
spec tests catching up with code. got commit happy before
Diffstat (limited to 'manifests')
-rw-r--r--manifests/config.pp3
1 files changed, 2 insertions, 1 deletions
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 <mailto:jlambert@letsevenup.com>
#
class openvpn::config {
- include concat::setup
if $::osfamily == 'Debian' {
+ include concat::setup
+
concat {
'/etc/default/openvpn':
owner => root,