diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:52:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:52:10 -0200 |
commit | 28eeb0c4709d887e609b57b8a3e7b15d7fc24ad0 (patch) | |
tree | f7153c98f186efd6db31973d1484840614bffba3 /manifests/mlmmj | |
parent | fc982b3ee7d20e551903a9c5214941a09ee23fef (diff) | |
download | puppet-mail-28eeb0c4709d887e609b57b8a3e7b15d7fc24ad0.tar.gz puppet-mail-28eeb0c4709d887e609b57b8a3e7b15d7fc24ad0.tar.bz2 |
Variable fixes
Diffstat (limited to 'manifests/mlmmj')
-rw-r--r-- | manifests/mlmmj/web/disabled.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mlmmj/web/disabled.pp b/manifests/mlmmj/web/disabled.pp index 90e78b2..6e6eda5 100644 --- a/manifests/mlmmj/web/disabled.pp +++ b/manifests/mlmmj/web/disabled.pp @@ -1,5 +1,5 @@ class mail::mlmmj::web::disabled inherits mail::mlmmj::web { - Apache::Site["$mlmmj_subdomain"] { + Apache::Site["${mail::mlmmj::subdomain}"] { ensure => absent, } |