Mercurial > repos > other > Puppet
comparison manifests/templates.pp @ 162:db83ec9fc9c8 puppet-3.6
Remove lktutoring.com - it expired in December
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 04 Apr 2017 19:48:44 +0100 |
parents | 0d829df9cd39 |
children | 4e53d77fa586 |
comparison
equal
deleted
inserted
replaced
161:d2b4750e843a | 162:db83ec9fc9c8 |
---|---|
503 serveraliases => 'realmrunner.com', | 503 serveraliases => 'realmrunner.com', |
504 letsencrypt_name => 'realmrunner.com', | 504 letsencrypt_name => 'realmrunner.com', |
505 custom_fragment => template("private/apache/realmrunner.fragment"), | 505 custom_fragment => template("private/apache/realmrunner.fragment"), |
506 } | 506 } |
507 include webmailpimsite | 507 include webmailpimsite |
508 website::http { 'lktutoring.co.uk': | |
509 docroot_owner => $defaultusers::secondary_user, | |
510 docroot_group => 'editors', | |
511 serveraliases => [ 'www.lktutoring.co.uk', 'lktutoring.com', 'www.lktutoring.com' ], | |
512 ensure => 'present', | |
513 custom_fragment => 'Include conf.extra/no-index.conf | |
514 Include conf.custom/filter-core.conf | |
515 Include conf.extra/html-php.conf | |
516 #Additional custom fragment | |
517 ErrorDocument 404 /error.php', | |
518 } | |
519 } | 508 } |
520 | 509 |
521 class adminsite{ | 510 class adminsite{ |
522 apache::mod { 'info':; 'status':; 'cgi':; } | 511 apache::mod { 'info':; 'status':; 'cgi':; } |
523 website::https::multitld { 'admin.ibboard': | 512 website::https::multitld { 'admin.ibboard': |