From: Ben Ford Date: Mon, 25 Sep 2017 23:34:03 +0000 (-0700) Subject: Update update.pp X-Git-Tag: 4.4.1~18^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a71dfd168296f12207749131d4f734ae671622a4;hp=96fe39ccf08f96358eb9eb7a6175d02fe05d861d;p=puppet-modules%2Fpuppetlabs-apt.git Update update.pp --- diff --git a/manifests/update.pp b/manifests/update.pp index 0cf83e9..44f6c6e 100644 --- a/manifests/update.pp +++ b/manifests/update.pp @@ -1,5 +1,5 @@ class apt::update { - assert_private + assert_private() #TODO: to catch if $::apt_update_last_success has the value of -1 here. If we #opt to do this, a info/warn would likely be all you'd need likely to happen