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

Side by Side Diff: modules/private-stub/hiera/roles/monitoringserver.yaml

Issue 5114072680890368: Issue 2188 - Use class parameter lookup feature with Hiera (Closed)
Patch Set: Created March 20, 2015, 1:42 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 | « modules/nagios/manifests/server.pp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 nagios_contacts: 1 nagios::server::contacts:
2 root: 2 root:
3 service_notification_period: '24x7' 3 service_notification_period: '24x7'
4 host_notification_period: '24x7' 4 host_notification_period: '24x7'
5 service_notification_options: 'w,u,c,r' 5 service_notification_options: 'w,u,c,r'
6 host_notification_options: 'd,r' 6 host_notification_options: 'd,r'
7 service_notification_commands: 'notify-service-by-email' 7 service_notification_commands: 'notify-service-by-email'
8 host_notification_commands: 'notify-host-by-email' 8 host_notification_commands: 'notify-host-by-email'
9 email: 'root@localhost' 9 email: 'root@localhost'
10 10
11 nagios_contactgroups: 11 nagios::server::contactgroups:
12 admins: 12 admins:
13 alias: 'Nagios Administrators' 13 alias: 'Nagios Administrators'
14 members: 'root' 14 members: 'root'
15 15
OLDNEW
« no previous file with comments | « modules/nagios/manifests/server.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld