From c2c1e94584275f152a4079ba6121e081b8e4b167 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 14 Jul 2019 23:07:32 -0500 Subject: [PATCH] rhizo_base/apt: Remove inconsistent notify_update The apt::source resource defaults the parameter notify_update to true. All other resources in the module do not explicitly specify notify_update, so it stands out that it is set to its default here. This commit removes the explicit setting to make the freeswith repository consistent with the others and not unnecessarily attract the attention of a future reader inexperienced with puppet. --- modules/rhizo_base/manifests/apt.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 8c7ca61..c244b57 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -79,7 +79,6 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common { location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.6/', release => 'jessie', repos => 'main', - notify_update => true, key => { 'id' => '20B06EE621AB150D40F6079FD76EDC7725E010CF', 'source' => 'http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub'