Skip to content

Commit a022441

Browse files
committed
Merge pull request puppetlabs#485 from ghoneycutt/patch-2
Clarify that third argument to ensure_resource() is a hash
2 parents 01fe9dc + f485e6e commit a022441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Takes a list of packages and only installs them if they don't already exist. It
212212

213213
#### `ensure_resource`
214214

215-
Takes a resource type, title, and a list of attributes that describe a resource.
215+
Takes a resource type, title, and a hash of attributes that describe the resource(s).
216216

217217
~~~
218218
user { 'dan':

0 commit comments

Comments
 (0)