Clarify that third argument to ensure_resource() is a hash
This commit is contained in:
parent
01fe9dc15c
commit
f485e6e2eb
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue