aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-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