From 37f828ac03af4c5aa45fec3a6c24a912ed704cd8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 23 Mar 2011 23:30:30 +0000 Subject: Try to get the variables into subclass --- modules/youri-check/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index 5cb03401..095aaae4 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -32,7 +32,7 @@ class youri-check { } } - class website { + class website($vhost="$vhost", $location="$location") { file { "$location": ensure => directory, owner => apache, -- cgit v1.2.1