summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-02-24 01:20:58 +0000
committermh <mh@immerda.ch>2009-02-24 01:20:58 +0000
commitf1d26e139003af87c584879eecb12ed765500838 (patch)
treeeeef7063a736ec0d356048a52944038fbb8528ef /manifests/init.pp
parent3329e5d2c2bd4ab270f4d8579251c0aa6b7277f8 (diff)
deny access to git repository folders
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a2cad78..d3519d0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -76,6 +76,7 @@ class apache::base {
}
apache::config::file{ 'defaults.inc': }
+ apache::config::file{ 'git.conf': }
apache::vhost::file { '0-default': }
}