summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index ab19a1e..e07920f 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -29,6 +29,8 @@ class apache::debian inherits apache::package {
notify => Service['apache'],
owner => root, group => 0, mode => 0644;
}
+ apache::config::global{ 'charset': }
+ apache::config::global{ 'security': }
file { 'default_debian_apache_vhost':
path => '/etc/apache2/sites-enabled/000-default',
ensure => absent,