still picky erb
[mirror/dsa-puppet.git] / modules / nagios / templates / inc-debian.org.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <%=
7 nagii = [ '192.25.206.33', '82.195.75.106' ]
8
9 case fqdn when
10   'mundy.debian.org', 'penalosa.debian.org', 'caballero.debian.org', 'peri.debian.org' then
11     nagii << '192.34.35.49'
12 end
13
14 out = "allowed_hosts=" + nagii.join(',')
15 out
16 %>