diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-11-19 08:45:48 -0500 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-11-19 08:45:48 -0500 |
commit | f40bb1e28808f346ce44c9197549681165fe233f (patch) | |
tree | ac5edd3a4c8ce22be602fa9a0bb6c46538f6f312 /README_DEVELOPER.markdown | |
parent | fda49d4ab37e360a81e2f48bd28ac7075034ee4f (diff) | |
parent | eba7d6ac7910fb9e1de2c71179bde798551c160f (diff) | |
download | puppet-stdlib-f40bb1e28808f346ce44c9197549681165fe233f.tar.gz puppet-stdlib-f40bb1e28808f346ce44c9197549681165fe233f.tar.bz2 |
Merge branch '4.x'
* 4.x:
Extend delete function for strings and hashes
Fixed typo
Diffstat (limited to 'README_DEVELOPER.markdown')
-rw-r--r-- | README_DEVELOPER.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_DEVELOPER.markdown b/README_DEVELOPER.markdown index e8aa27a..04349ed 100644 --- a/README_DEVELOPER.markdown +++ b/README_DEVELOPER.markdown @@ -7,7 +7,7 @@ almost always be evaluated in the context of Puppet and Facter working together. Still, we don't want to write custom facts that blow up in the users face if -Puppet is not loaded in memory. This is often the case if the user run +Puppet is not loaded in memory. This is often the case if the user runs `facter` without also supplying the `--puppet` flag. Ah! But Jeff, the custom fact won't be in the `$LOAD_PATH` unless the user |