From: ytjohn Date: Wed, 13 Jun 2012 21:48:58 +0000 (-0300) Subject: Without puppetlabs/stdlib, you will get "err: Could not retrieve catalog from remote... X-Git-Tag: 1.0.0~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3adb53c4a6bf99efa79f59468561657208dae2b8;p=puppet-modules%2Fpuppetlabs-apt.git Without puppetlabs/stdlib, you will get "err: Could not retrieve catalog from remote server: Error 400 on SERVER: Unknown function validate_bool" --- diff --git a/manifests/init.pp b/manifests/init.pp index c42d9ac..3587d21 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,9 +16,10 @@ # Actions: # # Requires: -# +# puppetlabs/stdlib # Sample Usage: # class { 'apt': } + class apt( $always_apt_update = false, $disable_keys = undef,