From f132964acb93c0d1198d492303aa9162522e1386 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Aug 17 2021 10:43:15 +0000 Subject: Remove unused file In 4ecda1c3d8af205f2693b88f1c2e4ee9542fcb99 this was removed from the spec file but the file remained in the repository. Fixes: 4ecda1c3d8af205f2693b88f1c2e4ee9542fcb99 --- diff --git a/puppet-nm-dispatcher b/puppet-nm-dispatcher deleted file mode 100644 index 6e9e0b3..0000000 --- a/puppet-nm-dispatcher +++ /dev/null @@ -1,8 +0,0 @@ -#!/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)$ ]] && /sbin/service puppet condrestart || :