# HG changeset patch # User IBBoard # Date 1417465677 0 # Node ID db4934b7ab12520129b3999cb26d4cea992fd02c # Parent 72466547cc7988565be1f0a59f02a8d1ef444080 Add Liz's site diff -r 72466547cc79 -r db4934b7ab12 manifests/templates.pp --- a/manifests/templates.pp Mon Dec 01 20:27:38 2014 +0000 +++ b/manifests/templates.pp Mon Dec 01 20:27:57 2014 +0000 @@ -282,6 +282,19 @@ custom_fragment => template("private/apache/realmrunner.fragment"), } include webmailpimsite + website::http { 'lktutoring.co.uk': + docroot_owner => $defaultusers::secondary_user, + docroot_group => 'editors', + serveraliases => [ 'www.lktutoring.co.uk', 'lktutoring.com', 'www.lktutoring.com' ], + ensure => 'present', + custom_fragment => 'Include conf.extra/no-index.conf +Include conf.custom/filter-core.conf +Include conf.extra/no-www.conf +Include conf.extra/no-com.conf +Include conf.extra/html-php.conf +#Additional custom fragment +ErrorDocument 404 /error.php', + } } class adminsite{