]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Clarify that third argument to ensure_resource() is a hash
authorGarrett Honeycutt <github@garretthoneycutt.com>
Mon, 13 Jul 2015 00:11:36 +0000 (20:11 -0400)
committerGarrett Honeycutt <github@garretthoneycutt.com>
Mon, 13 Jul 2015 00:11:36 +0000 (20:11 -0400)
README.markdown

index 3d1e663cd7ebc598d73bb76a2e766ced6700be8d..7eed5d76541294b5b17c4b67363fcc8c594f5d94 100644 (file)
@@ -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':