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

Side by Side Diff: manifests/ordersserver.pp

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 15, 2014, 2:49 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 | « manifests/nodes.pp ('k') | modules/private-stub/files/orders.eyeo.com_sslcert.key » ('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 node 'orders1' {
2 include base
3
4 class {'trac':
5 description => 'Eyeo Order System',
6 configuration => 'trac/orders.ini.erb',
7 permissions => 'puppet:///modules/trac/order-permissions.csv',
8 domain => 'orders.eyeo.com',
9 certificate => 'orders.eyeo.com_sslcert.pem',
10 private_key => 'orders.eyeo.com_sslcert.key',
11 is_default => true,
12 }
13
14 class {'nagios::client':
15 server_address => 'monitoring.adblockplus.org'
16 }
17 }
OLDNEW
« no previous file with comments | « manifests/nodes.pp ('k') | modules/private-stub/files/orders.eyeo.com_sslcert.key » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld