diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-11-03 22:00:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-11-03 22:00:23 -0200 |
commit | 5c65d2ab6dc43f5ce37ff8975346d52f4258859c (patch) | |
tree | 97dd8e221fcf80ddd0c4dc419e99e0389c3f1148 /templates | |
parent | 92ab02215470aaf4100e582b0d628734156d7a65 (diff) | |
download | puppet-apache-5c65d2ab6dc43f5ce37ff8975346d52f4258859c.tar.gz puppet-apache-5c65d2ab6dc43f5ce37ff8975346d52f4258859c.tar.bz2 |
Adding mod_macro package and initial vhost code
Diffstat (limited to 'templates')
-rw-r--r-- | templates/website.erb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/website.erb b/templates/website.erb index 3398f60..56be471 100644 --- a/templates/website.erb +++ b/templates/website.erb @@ -1 +1,6 @@ -# TODO: virtual host definition +# begin vhost for <%= $title %> +<VirtualHost *:80> + # TODO + ServerName <%= $title %>.<%= $domain %> +</VirtualHost> +# end vhost for <%= $title %> |