summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 3ea0002..8733a91 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,9 +1,9 @@
### debian
class apache::debian inherits apache::package {
- $config_dir = '/etc/apache2/'
+ $config_dir = '/etc/apache2'
file {"$vhosts_dir":
- ensure => '/etc/apache2/sites-enabled/',
+ ensure => "${config_dir}/sites-enabled",
}
File[default_apache_index] {
path => '/var/www/index.html',