From: Garrett Honeycutt Date: Mon, 13 Jul 2015 00:11:36 +0000 (-0400) Subject: Clarify that third argument to ensure_resource() is a hash X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f485e6e2eb1d2ffa8c16402249bec96e0886b86b;p=puppet-stdlib.git Clarify that third argument to ensure_resource() is a hash --- diff --git a/README.markdown b/README.markdown index 3d1e663..7eed5d7 100644 --- a/README.markdown +++ b/README.markdown @@ -212,7 +212,7 @@ Takes a list of packages and only installs them if they don't already exist. It #### `ensure_resource` -Takes a resource type, title, and a list of attributes that describe a resource. +Takes a resource type, title, and a hash of attributes that describe the resource(s). ~~~ user { 'dan':