From 53802733a08916595124ff797c2445b4a0b286a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 13:35:49 +0100 Subject: Remove cgit notify. --- modules/cgit/manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp index 98071d6..1444d0d 100644 --- a/modules/cgit/manifests/init.pp +++ b/modules/cgit/manifests/init.pp @@ -19,10 +19,6 @@ class cgit ( String $htpasswd = '/var/lib/nginx/cgit-htpasswd', ) { - notify { 'certname': - message => "Certname is [$certname]", - } - # TODO figure out where CSS comes from ensure_packages([ -- cgit v1.2.3