aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-12-20 13:58:20 +0000
committerNicolas Vigier <boklm@mageia.org>2011-12-20 13:58:20 +0000
commit6b00e6141fe5db7da85b2f4237e62e0ff0973ff1 (patch)
treef3964d1e66c5eb948b34cab16b1214dc84f3cb4d /deployment/websites/manifests/init.pp
parent3cbee6d6bada1fcb3a58972a449f4b107a24ec70 (diff)
downloadpuppet-6b00e6141fe5db7da85b2f4237e62e0ff0973ff1.tar
puppet-6b00e6141fe5db7da85b2f4237e62e0ff0973ff1.tar.gz
puppet-6b00e6141fe5db7da85b2f4237e62e0ff0973ff1.tar.bz2
puppet-6b00e6141fe5db7da85b2f4237e62e0ff0973ff1.tar.xz
puppet-6b00e6141fe5db7da85b2f4237e62e0ff0973ff1.zip
add location
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r--deployment/websites/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 644bd11e..3843f625 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -33,6 +33,7 @@ class websites {
apache::vhost_base { "www-test.$domain":
content => template('websites/vhost_www.conf'),
+ location => $vhostdir,
}
package { ['php-mbstring', 'php-mcrypt', 'php-gettext']: