File tree Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Expand file tree Collapse file tree 6 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ def help
110
110
111
111
DESCRIPTION
112
112
-----------
113
- Devices require a proxy Puppet agent to request certificates, collect facts,
113
+ Devices require a proxy OpenVox agent to request certificates, collect facts,
114
114
retrieve and apply catalogs, and store reports.
115
115
116
116
117
117
USAGE NOTES
118
118
-----------
119
- Devices managed by the puppet-device subcommand on a Puppet agent are
119
+ Devices managed by the puppet-device subcommand on an OpenVox agent are
120
120
configured in device.conf, which is located at $confdir/device.conf by default,
121
121
and is configurable with the $deviceconfig setting.
122
122
Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ def help
63
63
64
64
SYNOPSIS
65
65
--------
66
- Generates a reference for all Puppet types. Largely meant for internal
67
- Puppet Inc. use. (Deprecated)
66
+ Generates a reference for all Puppet types. Largely meant for internal use. (Deprecated)
68
67
69
68
70
69
USAGE
@@ -78,7 +77,7 @@ def help
78
77
This deprecated command generates a Markdown document to stdout
79
78
describing all installed Puppet types or all allowable arguments to
80
79
puppet executables. It is largely meant for internal use and is used to
81
- generate the reference document available on the Puppet Inc. web site .
80
+ generate the reference documents which can be posted to a website .
82
81
83
82
For Puppet module documentation (and all other use cases) this command
84
83
has been superseded by the "puppet-strings"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def help
41
41
[-f|--fromdate <date>] [-t|--todate <date>] [-b|--bucket <directory>]
42
42
<file> <file> ...
43
43
44
- Puppet filebucket can operate in three modes, with only one mode per call:
44
+ This filebucket client can operate in three modes, with only one mode per call:
45
45
46
46
backup:
47
47
Send one or more files to the specified file bucket. Each sent file is
@@ -120,8 +120,7 @@ def help
120
120
* --local:
121
121
Use the local filebucket. This uses the default configuration
122
122
information and the bucket located at the '$clientbucketdir'
123
- setting by default. If '--bucket' is set, puppet uses that
124
- path instead.
123
+ setting by default. If '--bucket' is set, that path is used instead.
125
124
126
125
* --remote:
127
126
Use a remote filebucket. This uses the default configuration
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def help
17
17
18
18
SYNOPSIS
19
19
--------
20
- Manage SSL keys and certificates for SSL clients needing
20
+ Manage SSL keys and certificates for clients needing
21
21
to communicate with an OpenVox infrastructure.
22
22
23
23
USAGE
Original file line number Diff line number Diff line change 36
36
end
37
37
38
38
action ( :print ) do
39
- summary _ ( "Examine Puppet 's current settings." )
39
+ summary _ ( "Examine OpenVox 's current settings." )
40
40
arguments _ ( "all \\ | <setting> [<setting> ...]" )
41
41
description <<-'EOT'
42
42
Prints the value of a single setting or a list of settings.
@@ -116,7 +116,7 @@ def report_section_and_environment(section_name, environment_name)
116
116
end
117
117
118
118
action ( :set ) do
119
- summary _ ( "Set Puppet 's settings." )
119
+ summary _ ( "Set OpenVox 's settings." )
120
120
arguments _ ( "[setting_name] [setting_value]" )
121
121
description <<-'EOT'
122
122
Updates values in the `puppet.conf` configuration file.
@@ -199,7 +199,7 @@ def report_section_and_environment(section_name, environment_name)
199
199
end
200
200
201
201
action ( :delete ) do
202
- summary _ ( "Delete a Puppet setting." )
202
+ summary _ ( "Delete an OpenVox setting." )
203
203
arguments _ ( "<setting>" )
204
204
# TRANSLATORS 'main' is a specific section name and should not be translated
205
205
description "Deletes a setting from the specified section. (The default is the section 'main')."
Original file line number Diff line number Diff line change 10
10
copyright "Puppet Inc., Vox Pupuli" , 2011
11
11
license _ ( "Apache 2 license; see COPYING" )
12
12
13
- summary _ ( "Display Puppet help." )
13
+ summary _ ( "Display OpenVox help." )
14
14
15
15
action ( :help ) do
16
16
summary _ ( "Display help about OpenVox subcommands and their actions." )
You can’t perform that action at this time.
0 commit comments