From 3adb53c4a6bf99efa79f59468561657208dae2b8 Mon Sep 17 00:00:00 2001 From: ytjohn Date: Wed, 13 Jun 2012 18:48:58 -0300 Subject: [PATCH] Without puppetlabs/stdlib, you will get "err: Could not retrieve catalog from remote server: Error 400 on SERVER: Unknown function validate_bool" --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.45.2