From 28eeb0c4709d887e609b57b8a3e7b15d7fc24ad0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 16:52:10 -0200 Subject: Variable fixes --- manifests/mlmmj.pp | 2 +- manifests/mlmmj/web/disabled.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index 93de661..0a98d6e 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -1,5 +1,5 @@ class mail::mlmmj( - $subdomain = hiera('mlmmj_subdomain', 'mlmmj') + $subdomain = hiera('mail::mlmmj::subdomain', 'mlmmj') ) { include mail::mlmmj::packages 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, } -- cgit v1.2.3