diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-03 10:33:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-03 10:33:23 -0300 |
commit | 0aadbfa32ff06595880c9021ebdffc0c72f86181 (patch) | |
tree | 2f7338b89cbd862b378295b880ecc5db2200f79f /manifests | |
parent | 9e5d6ee149711b3c08cc379645d949dd4ea88841 (diff) | |
download | puppet-apache-0aadbfa32ff06595880c9021ebdffc0c72f86181.tar.gz puppet-apache-0aadbfa32ff06595880c9021ebdffc0c72f86181.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b8f7a72..e77517e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -242,7 +242,7 @@ class apache( class { 'apache::envvars': source => $::virtual ? { 'vserver' => "puppet:///modules/apache/envvars.vserver.${::lsbdistcodename}", - default => "puppet:///modules/apache/envvars:${::lsbdistcodename}", + default => "puppet:///modules/apache/envvars.${::lsbdistcodename}", }, } |