summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 21:51:22 +0200
committermh <mh@immerda.ch>2010-08-16 21:51:22 +0200
commitb3a17cff5315fbbda901a6f1d406c3500cf65a3a (patch)
tree24333b39346d8f6334fba28deaba415bf1ce700e /manifests/centos
parente8e48e7fc60d5551a315f9b0b6a01adfdc0e3558 (diff)
fix various missing things for itk_plus mode
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/itk_plus.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos/itk_plus.pp b/manifests/centos/itk_plus.pp
index f73be04..0bdb744 100644
--- a/manifests/centos/itk_plus.pp
+++ b/manifests/centos/itk_plus.pp
@@ -5,7 +5,7 @@ class apache::centos::itk_plus inherits apache::centos::itk {
}
Apache::Config::Global['00-listen.conf']{
- ensure => present,
+ ensure => 'present',
content => template("apache/itk_plus/${operatingsystem}/00-listen.conf.erb"),
}