summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2013-04-13 00:53:00 -0400
committerMicah Anderson <micah@riseup.net>2013-06-12 20:29:00 -0400
commit65dc795b3f2ec99a08b652c2b59555235dbca48b (patch)
tree17b2f032dc6155937cb9327af599c697c5c921c8
parent8f682e8764d73633f0a5bb9b8bae55a97d0d3023 (diff)
Variable being ignored due to incorrect quoting.
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 39f18c7..4283cb0 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -25,7 +25,7 @@ class stunnel::centos inherits stunnel::linux {
source => [ "puppet:///modules/site-stunnel/${::fqdn}/stunnel.conf",
"puppet:///modules/site-stunnel/${stunnel_cluster}/stunnel.conf",
'puppet:///modules/site-stunnel/stunnel.conf',
- 'puppet:///modules/stunnel/${::operatingsystem}/stunnel.conf' ],
+ "puppet:///modules/stunnel/${::operatingsystem}/stunnel.conf" ],
require => Package['stunnel'],
notify => Service['stunnel'],
owner => root,