aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-03-23 23:30:30 +0000
committerPascal Terjan <pterjan@mageia.org>2011-03-23 23:30:30 +0000
commit37f828ac03af4c5aa45fec3a6c24a912ed704cd8 (patch)
treeb477fe6280a00c5a9c4cdf8e70d72d0d6c2097e5 /modules/youri-check/manifests
parent3263fdbabdf6f0d8a0aa727cf9553ec370837fe8 (diff)
downloadpuppet-37f828ac03af4c5aa45fec3a6c24a912ed704cd8.tar
puppet-37f828ac03af4c5aa45fec3a6c24a912ed704cd8.tar.gz
puppet-37f828ac03af4c5aa45fec3a6c24a912ed704cd8.tar.bz2
puppet-37f828ac03af4c5aa45fec3a6c24a912ed704cd8.tar.xz
puppet-37f828ac03af4c5aa45fec3a6c24a912ed704cd8.zip
Try to get the variables into subclass
Diffstat (limited to 'modules/youri-check/manifests')
-rw-r--r--modules/youri-check/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,