From b353c10eb7904db67c611e2b5ec6391f7636d714 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 28 Apr 2014 17:50:07 +0000 Subject: [PATCH] Stop notifying make-resolv-conf-immutable * modules/unbound/manifests/init.pp: Stop notifying make-resolv-conf-immutable since it no longer exists. Change-Id: I843460e0be35412a7a954dcc0afc9574d6c633d4 --- modules/unbound/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 098967f179..0a1b420185 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -69,7 +69,6 @@ class unbound ( group => 'root', mode => '0444', require => Service['unbound'], - notify => Exec['make-resolv-conf-immutable'], } service { 'unbound':