summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 5f2bac3..984dc32 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -43,5 +43,7 @@ class apache::base {
apache::config::include{ 'defaults.inc': }
apache::config::global{ 'git.conf': }
- apache::vhost::file { '0-default': }
+ if !$apache_no_default_site {
+ apache::vhost::file { '0-default': }
+ }
}