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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/ordersserver.pp
===================================================================
new file mode 100644
--- /dev/null
+++ b/manifests/ordersserver.pp
@@ -0,0 +1,17 @@
+node 'orders1' {
+ include base
+
+ class {'trac':
+ description => 'Eyeo Order System',
+ configuration => 'trac/orders.ini.erb',
+ permissions => 'puppet:///modules/trac/order-permissions.csv',
+ domain => 'orders.eyeo.com',
+ certificate => 'orders.eyeo.com_sslcert.pem',
+ private_key => 'orders.eyeo.com_sslcert.key',
+ is_default => true,
+ }
+
+ class {'nagios::client':
+ server_address => 'monitoring.adblockplus.org'
+ }
+}
« 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