Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: hiera/roles/web/eyeo.yaml

Issue 29325553: Issue 2974 - Integrate eyeo.com with Hiera (Closed)
Patch Set: Created Sept. 2, 2015, 1:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | manifests/webserver.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 classes:
2 statsclient:
3 web::server:
4 vhost: eyeo.com
5 certificate: eyeo.com_sslcert.pem
6 private_key: eyeo.com_sslcert.key
7 is_default: true
8 aliases:
9 - www.eyeo.com
10 - eyeo.de
11 - www.eyeo.de
12 custom_config: |
13 rewrite ^(/de)?/index\.html$ / permanent;
14 rewrite ^(/de)?/job\.html$ /jobs permanent;
15
16 location ~ ^(/[^/]+/jobs)/
17 {
18 error_page 404 $1/not-available;
19 }
20 repository: web.eyeo.com
21 multiplexer_locations: ['/formmail']
22
23 sitescripts::configfragments:
24 formmail_template:
25 content: |
26 [DEFAULT]
27 mailer=/usr/sbin/sendmail
28 [multiplexer]
29 sitescripts.formmail.web.formmail =
30 [formmail]
31 template=formmail/template/eyeo.mail
32
OLDNEW
« no previous file with comments | « no previous file | manifests/webserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld