summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-14 09:47:22 +0100
committerDavid Schmitt <david.schmitt@puppetlabs.com>2015-07-14 09:47:22 +0100
commita0224412893d39463a4fde82887312b279f83e1b (patch)
tree1a15b2d40826fba5f0e2f57ba19bbb4c7c2c9325
parent01fe9dc15c83e7855431a7fc1cff84204761ba0a (diff)
parentf485e6e2eb1d2ffa8c16402249bec96e0886b86b (diff)
downloadpuppet-stdlib-a0224412893d39463a4fde82887312b279f83e1b.tar.gz
puppet-stdlib-a0224412893d39463a4fde82887312b279f83e1b.tar.bz2
Merge pull request #485 from ghoneycutt/patch-2
Clarify that third argument to ensure_resource() is a hash
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
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':