Left: | ||
Right: |
OLD | NEW |
---|---|
(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 } | |
OLD | NEW |