Update update.pp binford2k-patch-1
authorBen Ford <ben.ford@puppetlabs.com>
Mon, 25 Sep 2017 23:34:03 +0000 (16:34 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2017 23:34:03 +0000 (16:34 -0700)
manifests/update.pp

index 0cf83e9e2fc37c51529a4edfe0ad4d76c3f4aa37..44f6c6e301ca37f4d48ca4357a2301928db5cc79 100644 (file)
@@ -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