diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-08-16 23:23:04 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-08-16 23:23:04 +0000 |
commit | 897319f2b0bc49d81d0c73a0963f2f085fbeb4c0 (patch) | |
tree | 372902228d079d8849df8d01fcaf21ee28bb352c /modules/buildsystem/templates | |
parent | 4a45a7972c9eb340a1652a5084895e0cb1474801 (diff) | |
download | puppet-897319f2b0bc49d81d0c73a0963f2f085fbeb4c0.tar puppet-897319f2b0bc49d81d0c73a0963f2f085fbeb4c0.tar.gz puppet-897319f2b0bc49d81d0c73a0963f2f085fbeb4c0.tar.bz2 puppet-897319f2b0bc49d81d0c73a0963f2f085fbeb4c0.tar.xz puppet-897319f2b0bc49d81d0c73a0963f2f085fbeb4c0.zip |
add binrepo vhost config
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/vhost_binrepo.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_binrepo.conf b/modules/buildsystem/templates/vhost_binrepo.conf new file mode 100644 index 00000000..8206614f --- /dev/null +++ b/modules/buildsystem/templates/vhost_binrepo.conf @@ -0,0 +1,3 @@ +<Directory <%= binrepodir %>> + Options None +</Directory> |