diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2012-11-19 08:45:18 -0500 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2012-11-19 08:45:18 -0500 |
commit | 6c36b494a0f0e3001a46da9951fd52f343008042 (patch) | |
tree | 9c583ad535b007866573d48f2d426f5e866eed3c /README_DEVELOPER.markdown | |
parent | 43dd60698203482f0b0bd737fb402a4d7c2f4b95 (diff) | |
parent | 7322e4dc2f8dc831097d2b0fa3768df0689acfa2 (diff) | |
download | puppet-stdlib-6c36b494a0f0e3001a46da9951fd52f343008042.tar.gz puppet-stdlib-6c36b494a0f0e3001a46da9951fd52f343008042.tar.bz2 |
Merge branch 'lifton-feature/2.x/extend_delete_function' into 2.x
* lifton-feature/2.x/extend_delete_function:
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 |