summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-17 20:57:35 +0000
committermh <mh@immerda.ch>2008-02-17 20:57:35 +0000
commit86ac54e52afeb0cde77da1ac7c7e0d74b63d0c91 (patch)
treeea3a6be8ddc68e32d72ddd2b85b0213bf34c3181
parenta3bbb9f0bc3b3ecde301965e01b6cb0f2a94db9c (diff)
always end with a comma
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 138a16e..47e00eb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -102,8 +102,8 @@ define apache::vhost::file(
ensure => directory,
owner => root,
group => 0,
- mode => 0755
- require => Class[apache]
+ mode => 0755,
+ require => Class[apache],
}
$real_destination = $destination ? {