]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Variable fixes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Jan 2013 18:52:10 +0000 (16:52 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 22 Jan 2013 18:52:10 +0000 (16:52 -0200)
manifests/mlmmj.pp
manifests/mlmmj/web/disabled.pp

index 93de6615c8222b1b4f6c824f6db7e9de4c8dccb6..0a98d6eddcdf85b73598753f2d415531f3091c9f 100644 (file)
@@ -1,5 +1,5 @@
 class mail::mlmmj(
-  $subdomain = hiera('mlmmj_subdomain', 'mlmmj')
+  $subdomain = hiera('mail::mlmmj::subdomain', 'mlmmj')
 ) {
 
   include mail::mlmmj::packages
index 90e78b26301b2a2ca6b05983bfc0e9307534bbd9..6e6eda5fc81b956b9c31cb6247414592da7d162b 100644 (file)
@@ -1,5 +1,5 @@
 class mail::mlmmj::web::disabled inherits mail::mlmmj::web {
-  Apache::Site["$mlmmj_subdomain"] {
+  Apache::Site["${mail::mlmmj::subdomain}"] {
     ensure => absent,
   }