summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 14:34:05 +0100
committermh <mh@immerda.ch>2009-11-14 14:34:05 +0100
commit1b2310bab053cd40616e9740f9d38ef8826b3764 (patch)
treec3567eb47a1704cf709aa4341c8c5debb966a53b /manifests/debian.pp
parent57da0ebe11e5b6f99dc96c13845e4b3205442df1 (diff)
update apache module to 0.25.x style
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',