The agent/apply/device man pages mentioned the 2 and 4 exit codes, but didn't
mention that they can combine to make 6 if there are both changes and failures.
This commit adds the missing information to all three man pages.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/8401
Commit #7d35a479 changed the default value of the service type's hasstatus
attribute, which was never documented. This commit documents the changed
behavior, which will end up in the type references for version 2.7.2 and
greater. (I intend to manually change the cached references for versions
2.7.[
Edit test to accomodate the default URL change made in commit
f6882d6d5779883e931a6f558c06f631098011c5.
Reviewed-By: Jacob Helwig
Signed-off-by: nfagerlund
---
spec/integration/defaults_spec.rb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/integration
match what current versions of Dashboard expect.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/8147
lib/puppet/defaults.rb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 07442d0..2247634 100644
--- a/lib/puppet/d
y, by changing the
default DASHBOARD_URL from http://dashboard:3000 to http://localhost:3000.
Signed-off-by: nfagerlund
---
Local-branch: ticket/master/8146
bin/external_node |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/external_node b/bin/external_node
index 08
ommit also consolidates two redundant README files into one.
Paired-With: Matt Robinson
Signed-off-by: nfagerlund
---
README | 31 ---
README.rst => README.md | 27 +--
2 files changed, 17 insertions(+), 41 deletions(-)
delet
t Robinson
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7506
README.md |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4d17a75..c3a6c94 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Puppet, an automated administrat
The README referred to the wrong REST endpoint and didn't mention the dependency
on json or json_pure. This commit updates the README.
Signed-off-by: nfagerlund
---
Local-branch: ticket/master/7280
README.markdown | 33 +
1 files changed, 17 insertions(+
nment is currently broken; this is filed as bug #7907.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/5641
lib/puppet/application/doc.rb | 35 +++
1 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/lib/puppet/application/doc.rb b/lib/p
The man page updater wasn't making man pages for the new Faces app. This commit
gives it that capability, and handles the name collision on puppet resource.
Reviewed-By: Nick Lewis
Signed-off-by: nfagerlund
---
Local-branch: maint/2.7rc/static_manpages
tasks/rake/manpages.rake |
eral trivial wording changes.
Reviewed-By: Jacob Helwig
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7833-further_help_adjustments
lib/puppet/face/catalog.rb |4 +-
lib/puppet/face/certificate.rb |3 +-
lib/puppet/face/certificate_reque
you invoke at the command line. (Use "face" when describing API use.)
* Fix outdated or clunky text in several faces.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7764-Faces_help_revisions
lib/puppet/face/catalog.rb | 52 +++-
mary from short help and make it a fallback for description
* Edit common option summaries to fit on a single 80-col line
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7764-Faces_help_revisions
lib/puppet/face/help/action.erb | 16
lib/puppet/face/he
t the `run_mode :agent` line
in the application because of bug #7802.
Paired-with: Nick Lewis
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7632-secret_agent_application
lib/puppet/application/secret_agent.rb | 21 ++---
lib/puppet/face/secret_agent.rb|1
reorganization of
the docs.
This is a doc string only commit.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7rc/7708-reorganize-config-refs
lib/puppet/reference/configuration.rb | 108 -
1 files changed, 12 insertions(+), 96 deletions(-)
diff --git a/lib/puppet
Previously, the signals accepted by the agent and master daemons were only
documented in the configuration reference, which didn't make any particular
sense. This commit moves their documentation to a blurb in the relevant
man pages.
This is a doc string only commit.
Signed-off-by: nfage
Termini lists are now being generated in the help templates. This commit
removes the hardcoded lists from each of the affected faces.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7561-help_for_all_faces
lib/puppet/face/catalog.rb | 11 ---
lib/puppet
This commit attempts to bring the short face and action help templates closer
to the goals of fitting cleanly on one screen, fitting the prevailing *nix
aesthetic, and being useful without overwhelming the user.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7561-help_for_all_faces
lib/
Faces help output relies on input from the documentation methods in each
of the faces to be documented. This commit calls those methods in each of our
faces, with varying levels of detail depending on their complexity.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7561
Auto-generated short descriptions cut off at five lines with no
indication that they are truncated.
This commit adds ellipsis in brackets to indicate incompleteness.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7561-help_for_all_faces
lib/puppet/interface/documentation.rb |2
ments should be wrapped
in angle brackets.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7561-help_for_all_faces
lib/puppet/interface/action.rb |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/puppet/interface/action.rb b/lib/puppet/interface/action.rb
index 3c
tly necessary, since requests with blank
usernames/passwords
will still succeed if basic auth isn't enabled in Dashboard, but it adds
clarity.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/5126
bin/external_node |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --
This is a doc string only commit.
The metaparameter reference was not clear about subscribe and notify being
supersets of require and before, respectively. This commit also cleans up
some unrelated quoting, arrow-alignment, and language flow issues.
Signed-off-by: nfagerlund
---
Local-branch
Puppet kick's help referred only to the outdated authconfig
(namespaceauth.conf) file, rather than
the modern rest_authconfig (auth.conf).
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7108
lib/puppet/application/kick.rb | 35 ++-
1 files ch
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7108
lib/puppet/defaults.rb |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index dbd5a94..8428976 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet
--listen's description referred to the older XMLRPC authorization path.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.7.x/7108
lib/puppet/defaults.rb |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
"Where" -> "were." Capitalize "ACL."
Signed-off-by: nfagerlund
---
lib/puppet/network/rest_authconfig.rb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/network/rest_authconfig.rb
b/lib/puppet/network/rest_authconfig.rb
in
This patch appends **Autorequires:** notes to the @doc string of every type
whose instances can autorequire other resources. This will put autorequire info
right on the types reference where it can do the most good.
Signed-off-by: nfagerlund
---
lib/puppet/type/computer.rb |6
From: Ben Hughes
Inline documentation in lib/puppet/reference/configuration.rb stated that
puppet agent accepted the
--mkusers flag, which is only intended for use with puppet master.
Signed-off-by: nfagerlund
---
lib/puppet/reference/configuration.rb |2 +-
1 files changed, 1 insertions
Signed-off-by: nfagerlund
---
lib/puppet/provider/computer/computer.rb |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/lib/puppet/provider/computer/computer.rb
b/lib/puppet/provider/computer/computer.rb
index a6be6bd..dd055be 100644
--- a/lib/puppet/provider
Signed-off-by: nfagerlund
---
lib/puppet/type/augeas.rb |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index d29bda6..a8fb1f1 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -98,10
Don't use ensure => 'path/to/file', because it's hard to read. Use
ensure => link and specify a target =>.
Signed-off-by: nfagerlund
---
lib/puppet/type/file/ensure.rb | 28 +++-
lib/puppet/type/file/target.rb | 15 ++-
2
Lists need a leading linebreak.
Signed-off-by: nfagerlund
---
lib/puppet/provider/service/launchd.rb | 19 +++
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/lib/puppet/provider/service/launchd.rb
b/lib/puppet/provider/service/launchd.rb
index 1632eda
This one was subtle. If the first paragraph of a Markdown string embedded in a
type isn't
multiple lines, a code block immediately following it will not be recognized.
So, hard-wrap or die, I guess.
Signed-off-by: nfagerlund
---
lib/puppet/type/zpool.rb | 12 +++-
1 files chang
Signed-off-by: nfagerlund
---
lib/puppet/provider/service/daemontools.rb | 12 ++--
lib/puppet/provider/service/runit.rb |8
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/lib/puppet/provider/service/daemontools.rb
b/lib/puppet/provider/service
Signed-off-by: nfagerlund
---
lib/puppet/type/file/content.rb | 24
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/lib/puppet/type/file/content.rb b/lib/puppet/type/file/content.rb
index 63c0aaf..0e31f30 100755
--- a/lib/puppet/type/file/content.rb
Signed-off-by: nfagerlund
---
lib/puppet/type/schedule.rb | 40
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/lib/puppet/type/schedule.rb b/lib/puppet/type/schedule.rb
index 82f17e5..5fb008f 100755
--- a/lib/puppet/type/schedule.rb
This patch set fixes a collection of Markdown glitches in the inline type and
provider docs. All of these errors affect
http://docs.puppetlabs.com/references/[version]/type.html.
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to
lib/puppet/util/command_line.rb had a special case for puppet --help to return
generic help instead of the puppet apply help, but it would return puppet apply
help when you gave it -h.
Signed-off-by: nfagerlund
---
lib/puppet/util/command_line.rb |2 +-
1 files changed, 1 insertions(+), 1
Entire series:
paired-with: Daniel Pittman
paired-with: Paul Berry
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
tasks/rake/manpages.rake |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tasks/rake/manpages.rake b/tasks/rake/manpages.rake
index f48e57c
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
man/man5/puppet.conf.5 |4 +-
man/man8/puppet-agent.8 | 139 ++
man/man8/puppet-apply.8 | 75 ++
man/man8/puppet-cert.8 | 94
Clarified how to modify the system state with puppet resource,
and reformatted the markdown for compatibility with ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/resource.rb | 89 ++--
1 files changed, 44 insertions
Ronn doesn't like for some reason.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/resource.rb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/puppet/application/resource.rb
b/lib/puppet/application/resource.rb
index f5
The manpage generator can now make manpages for the modern executable in
addition to the legacy executables. The section for the legacy
names should be deleted upon the release of 2.8.0.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
tasks/rake/manpages.rake | 18
s the ronn invocation to specify a manual name and
organization.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
install.rb | 53 --
tasks/rake/manpages.rake | 27 +++
2 files changed, 27 insertions(+), 53
Puppet queue had inadequate help, so I added to it while
reformatting for ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/queue.rb | 48 +-
1 files changed, 31 insertions(+), 17 deletions(-)
diff --git a/lib/puppet
Markdown changes for compatibility with ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/master.rb | 71 +++---
1 files changed, 43 insertions(+), 28 deletions(-)
diff --git a/lib/puppet/application/master.rb b/lib
Markdown changes for compatibility with ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/inspect.rb | 23 +
lib/puppet/application/kick.rb| 92
2 files changed, 64 insertions(+), 51 deletions(-)
diff
Forward-porting a fix from 2.6.x to the new help text locations.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/apply.rb |7 ++-
lib/puppet/application/master.rb | 12 +++-
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a
Markdown changes for compatibility with ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/filebucket.rb | 72 --
1 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/lib/puppet/application/filebucket.rb
b/lib
It's a simple tool, it doesn't need both synopsis and
description. Especially when they're identical.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/describe.rb |7 +--
1 files changed, 1 insertions(+), 6 deletions(-)
diff --g
The actual text was somewhat disarrayed. No ronn fixes in this patch.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/filebucket.rb | 33 -
1 files changed, 12 insertions(+), 21 deletions(-)
diff --git a/lib/puppet
The puppet apply help was somewhat lacking, so I edited the content
while making its formatting ronn-compatible.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/apply.rb | 82 +++
1 files changed, 49 insertions(+), 33
Markdown changes for compatibility with Ronn.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/cert.rb | 121 +++
lib/puppet/application/describe.rb | 42 +++-
2 files changed, 90 insertions(+), 73 deletions
Markdown changes for compatibility with Ronn, in the interest of
better manpages.
Signed-off-by: nfagerlund
---
Local-branch: ticket/next/1204
lib/puppet/application/agent.rb | 243 ---
lib/puppet/application/doc.rb | 69 ++-
2 files changed, 163
This series of patches alters the formatting of the puppet executables' --help
text to
generate better-looking manpages and updates the way manpages are generated.
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, sen
This patch updates links in three files and marks a link in a fourth
file as unrecoverable.
Signed-off-by: nfagerlund
---
README.queueing |2 +-
examples/modules/sample-module/README.txt |4 ++--
ext/puppetstoredconfigclean.rb|2 +-
tasks/rake
: nfagerlund
---
lib/puppet/type/file/content.rb |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/lib/puppet/type/file/content.rb b/lib/puppet/type/file/content.rb
index cf924f3..63c0aaf 100755
--- a/lib/puppet/type/file/content.rb
+++ b/lib/puppet/type/file/content.rb
@@ -31,8
These two patches are docstring-only changes that fix rotted links and outdated
link syntax.
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group,
This pair of documentation-only patches makes minor edits to the function
reference output and fixes some Markdown formatting issues.
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegr
* Repaired a 2-indent/4-indent issue that kept a code block from being
recognized
* Wrapped literal strings in backticks to format as code and protect from
Markdown
* Added note about backslashes for escaping metacharacters.
Signed-off-by: nfagerlund
---
lib/puppet/parser/functions/split.rb
* Fixed ULs being interpreted as code blocks
* Changed an example for variety.
* Turned set of paragraphs inside a LI into a nested list.
Signed-off-by: nfagerlund
---
lib/puppet/parser/functions/regsubst.rb | 21 +++--
1 files changed, 7 insertions(+), 14 deletions(-)
diff
The audit metaparameter has some new behavior, its old behavior has changed,
and the previous description was incomplete at any rate. This patch replaces
its description string.
Signed-off-by: nfagerlund
---
Local-branch: ticket/2.6.next/6114
lib/puppet/type.rb | 25
The audit metaparameter has some new behavior, its old behavior has changed,
and the previous description was incomplete at any rate. This patch replaces
its description string.
Signed-off-by: nfagerlund
---
lib/puppet/type.rb | 25 +++--
1 files changed, 19 insertions
Individual metaparameters under the main H2 on the page should be H3s, not H4s.
Signed-off-by: nfagerlund
---
lib/puppet/reference/metaparameter.rb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/reference/metaparameter.rb
b/lib/puppet/reference
Signed-off-by: nfagerlund
---
lib/puppet/type/service.rb | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb
index c00f027..82affb6 100644
--- a/lib/puppet/type/service.rb
+++ b/lib/puppet/type/service.rb
The differences in the way defined() handles different types of entities
weren't well-explained. Documentation was also added for the behavior of
defined(Node["somenode.domain.com"]).
Signed-off-by: nfagerlund
---
lib/puppet/parser/functions/de
The exec resource doc referred to duplicate names being allowed, which stopped
being true in 0.24.2.
Signed-off-by: nfagerlund
---
lib/puppet/type/exec.rb | 34 ++
1 files changed, 2 insertions(+), 32 deletions(-)
diff --git a/lib/puppet/type/exec.rb b/lib
68 matches
Mail list logo