summaryrefslogtreecommitdiff
path: root/puppet-nm-dispatcher.systemd
blob: 3e5eeeee815a4fdc6e4a7396a433227f7ef5b6d1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# Restart puppet on network changes to pickup changes to /etc/resolv.conf
#
# https://projects.puppetlabs.com/issues/2776
# https://bugzilla.redhat.com/532085

[[ $2 =~ ^(up|down)$ ]] && /bin/systemctl condrestart puppetagent.service || :