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
8 roles = scope.lookupvar('site::roles')
9 roles['nagiosmaster'].each do |nag|
10 nagii << scope.lookupvar('site::allnodeinfo')[nag]['ipHostNumber']
12 roles['extranrpeclient'].each do |nag|
13 nagii << scope.lookupvar('site::allnodeinfo')[nag]['ipHostNumber']
16 out = "allowed_hosts=" + nagii.flatten.sort.uniq.join(',')
21 # the string "system-in-shutdown" is used by the remote side to tell
22 # if a system is running shutdown. We do not use check_nrpe's
23 # exit code as that does not reliably tell us if the check could
24 # not connect to the nrpe server or if the remote check returned not-null.
25 command[dsa2_shutdown]=if /usr/local/bin/dsa-is-shutdown-scheduled; then echo 'system-in-shutdown'; else echo 'no shutdown running' ; fi
26 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart
27 command[restart-samhain]=sudo /usr/sbin/service samhain restart
28 command[restart-ekey]=sudo /usr/sbin/service ekeyd-egd-linux restart