summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2014-04-24 13:38:07 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2014-04-24 13:38:07 -0400
commitf42fc4bfd8a689ad28a20f976cb3fdc4a889477c (patch)
treecfa5a40fe4e1ca7d01b5cea2c42de9fb04f96cba /README.markdown
parent1bdb213778ac850631f323a46bf6e99d047034f5 (diff)
parentd9b5e912bbb6dffff01e03a0b040fd78888f2578 (diff)
downloadpuppet-stdlib-f42fc4bfd8a689ad28a20f976cb3fdc4a889477c.tar.gz
puppet-stdlib-f42fc4bfd8a689ad28a20f976cb3fdc4a889477c.tar.bz2
Merge pull request #238 from Spredzy/add_default_ensure_packages
(MODULES-603) Add defaults arguments to ensure_packages()
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 874655c..3723173 100644
--- a/README.markdown
+++ b/README.markdown
@@ -275,6 +275,8 @@ Returns true if the variable is empty.
ensure_packages
---------------
Takes a list of packages and only installs them if they don't already exist.
+It optionally takes a hash as a second parameter that will be passed as the
+third argument to the ensure_resource() function.
- *Type*: statement