From a2e97d5e1dc1bfe7cdca2a2b7761fc67900f9c2c Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Mon, 20 Nov 2023 08:56:22 +0100 Subject: [PATCH] remove no longer needed hidden reference --- manifests/webhook/config.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/webhook/config.pp b/manifests/webhook/config.pp index 6b1fff62..4ef34a56 100644 --- a/manifests/webhook/config.pp +++ b/manifests/webhook/config.pp @@ -7,6 +7,5 @@ ensure => $r10k::webhook::config_ensure, path => $r10k::webhook::config_path, content => stdlib::to_yaml($r10k::webhook::config), - notify => Service['webhook-go'], } }