diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-28 16:30:49 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-28 16:30:49 +0000 |
| commit | d45d22b7547a608c7821905024f530bbae1259d7 (patch) | |
| tree | 018f311b26a7854271524beba90a778918bd7ee6 /bin/puppetdoc | |
| parent | e1aff4cd2f456bfc9567e9be5dd73b3c8ed14ec9 (diff) | |
| download | puppet-d45d22b7547a608c7821905024f530bbae1259d7.tar.gz puppet-d45d22b7547a608c7821905024f530bbae1259d7.tar.xz puppet-d45d22b7547a608c7821905024f530bbae1259d7.zip | |
Adding a module specifically for making doc generation easier, and adding defaults info to provider docs.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1504 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppetdoc')
| -rwxr-xr-x | bin/puppetdoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/puppetdoc b/bin/puppetdoc index ce5fc8cbb..4ff8f1911 100755 --- a/bin/puppetdoc +++ b/bin/puppetdoc @@ -263,6 +263,11 @@ in your manifest, including defined components. how the instance behaves (e.g., adding a search path for ``exec`` instances or determining recursion on ``file`` instances). +When required binaries are specified for providers, fully qualifed paths +indicate that the binary must exist at that specific path and unqualified +binaries indicate that Puppet will search for the binary using the shell +path. + } types.sort { |a,b| |
