diff options
| author | Luke Kanies <luke@puppetlabs.com> | 2011-02-21 20:50:03 -0800 |
|---|---|---|
| committer | Luke Kanies <luke@puppetlabs.com> | 2011-02-21 20:50:03 -0800 |
| commit | cf79349551984e0a1a5a2ccb0d4c3f8c744ffbd7 (patch) | |
| tree | 2999609ba85c57ddf27d1abc913c80d51fb9c5c1 | |
| parent | cde1baa4a9a27ba95ad2a61bc8e46d43e708b081 (diff) | |
| download | puppet-cf79349551984e0a1a5a2ccb0d4c3f8c744ffbd7.tar.gz puppet-cf79349551984e0a1a5a2ccb0d4c3f8c744ffbd7.tar.xz puppet-cf79349551984e0a1a5a2ccb0d4c3f8c744ffbd7.zip | |
Updating readme to reflect requirements
Signed-off-by: Luke Kanies <luke@puppetlabs.com>
| -rw-r--r-- | README.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index f72d85f04..56bc2ab6f 100644 --- a/README.markdown +++ b/README.markdown @@ -10,8 +10,10 @@ lib/puppet/interface/catalog/$action.rb. This is a Puppet module and should work fine if you install it in Puppet's module path. -Note that this only works with Puppet 2.6.next (and thus will work +**Note that this only works with Puppet 2.6.next (and thus will work with 2.6.5), because there is otherwise a bug in finding Puppet applications. +You also have to either install the lib files into your Puppet libdir, or +you need to add this lib directory to your RUBYLIB.** This is meant to be tested and iterated upon, with the plan that it will be merged into Puppet core once we're satisfied with it. @@ -20,7 +22,7 @@ Usage ----- The general usage is: - $ puppet <type> <verb> <name> + $ puppet <interface> <verb> <name> So, e.g.: |
