aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 00:12:10 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 00:12:10 +0000
commit36e751e92b341313ab429bd87df090a340f95594 (patch)
tree15d72100c74f5982d058ee5d875096b1cd4940a2 /modules/apache/templates
parent9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2 (diff)
downloadpuppet-36e751e92b341313ab429bd87df090a340f95594.tar
puppet-36e751e92b341313ab429bd87df090a340f95594.tar.gz
puppet-36e751e92b341313ab429bd87df090a340f95594.tar.bz2
puppet-36e751e92b341313ab429bd87df090a340f95594.tar.xz
puppet-36e751e92b341313ab429bd87df090a340f95594.zip
- add a alias for apache package ( so we can change the engine )
- add a file to cleanly add the 2 directive for VirtualHost on 80 and 443 without having to import the whole apache config in svn ( as this would be annoying to merge later )
Diffstat (limited to 'modules/apache/templates')
-rw-r--r--modules/apache/templates/customization.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/apache/templates/customization.conf b/modules/apache/templates/customization.conf
new file mode 100644
index 00000000..81424c42
--- /dev/null
+++ b/modules/apache/templates/customization.conf
@@ -0,0 +1,2 @@
+NameVirtualHost *:80
+NameVirtualHost *:443