From: Dan Bode Date: Wed, 13 Jun 2012 21:59:27 +0000 (-0700) Subject: Merge pull request #75 from ytjohn/patch-1 X-Git-Tag: 1.0.0~11 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ecb3a0be2315fad1c91cf1da2f97ba1093ab0376;hp=c63353cc929e759e65c14e3a047758caa0f6c1af;p=puppet-modules%2Fpuppetlabs-apt.git Merge pull request #75 from ytjohn/patch-1 Without puppetlabs/stdlib, you will get "err: Could not retrieve catalog... --- 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,