aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/binrepo/vhost_binrepo.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 18:04:14 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 18:04:14 +0000
commit1403da52f0620a1267d867273adcb8f36d6547e9 (patch)
treec0999f8e4d739a9ad07dd00fb60057a744f77e76 /modules/buildsystem/templates/binrepo/vhost_binrepo.conf
parent761db207f6fecb2f8117919055c72e058ceb8f6f (diff)
downloadpuppet-1403da52f0620a1267d867273adcb8f36d6547e9.tar
puppet-1403da52f0620a1267d867273adcb8f36d6547e9.tar.gz
puppet-1403da52f0620a1267d867273adcb8f36d6547e9.tar.bz2
puppet-1403da52f0620a1267d867273adcb8f36d6547e9.tar.xz
puppet-1403da52f0620a1267d867273adcb8f36d6547e9.zip
fix error in the path ( ie, no 's' )
Diffstat (limited to 'modules/buildsystem/templates/binrepo/vhost_binrepo.conf')
-rw-r--r--modules/buildsystem/templates/binrepo/vhost_binrepo.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/binrepo/vhost_binrepo.conf b/modules/buildsystem/templates/binrepo/vhost_binrepo.conf
new file mode 100644
index 00000000..8206614f
--- /dev/null
+++ b/modules/buildsystem/templates/binrepo/vhost_binrepo.conf
@@ -0,0 +1,3 @@
+<Directory <%= binrepodir %>>
+ Options None
+</Directory>