aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-15 17:36:59 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-15 17:36:59 +0000
commit57ee5d64ea96ea6cd8df5474ba38737bce2239a8 (patch)
tree0c9c4378e983ea186af15f13bfea6d683eca377f /deployment/websites
parent10be6aea920f4143bf8932f887990ff93fc9fd70 (diff)
downloadpuppet-57ee5d64ea96ea6cd8df5474ba38737bce2239a8.tar
puppet-57ee5d64ea96ea6cd8df5474ba38737bce2239a8.tar.gz
puppet-57ee5d64ea96ea6cd8df5474ba38737bce2239a8.tar.bz2
puppet-57ee5d64ea96ea6cd8df5474ba38737bce2239a8.tar.xz
puppet-57ee5d64ea96ea6cd8df5474ba38737bce2239a8.zip
change $webdatadir to /var/www/vhosts
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/init.pp10
1 files changed, 1 insertions, 9 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 4d2b21fc..14511f43 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -1,14 +1,6 @@
class websites {
class base {
- # FIXME :
- # We should be able to define this path on each host.
- # Maybe using Facter ?
- $webdatadir = '/srv/web1-dd0/www'
-
- file { "$webdatadir":
- ensure => directory,
- mode => 755,
- }
+ $webdatadir = '/var/www/vhosts'
}
# should expire on June 2011