From 65dc795b3f2ec99a08b652c2b59555235dbca48b Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sat, 13 Apr 2013 00:53:00 -0400 Subject: Variable being ignored due to incorrect quoting. --- manifests/centos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3