Skip to content

Commit f666917

Browse files
committed
addressing reviews
1 parent 1422016 commit f666917

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lib/puppet/application/apply.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def help
6767
apply can effectively mimic the catalog that would be served by OpenVox
6868
server with access to the same modules, although there are some subtle
6969
differences. When combined with scheduling and an automated system for
70-
pushing manifests, this can be used to implement a serverless OpenVox
71-
site.
70+
pushing manifests, this can be used to implement a serverless site.
7271
7372
Most users should use 'puppet agent' and 'puppet master' for site-wide
7473
manifests.

lib/puppet/application/resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def help
6060
-----------
6161
This command provides simple facilities for converting current system
6262
state into Puppet code, along with some ability to modify the current
63-
state using OpenVox's RAL.
63+
state using Puppet's RAL.
6464
6565
By default, you must at least provide a type to list, in which case
6666
puppet resource will tell you everything it knows about all resources of

rakelib/man/puppet.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ puppet(8) - OpenVox is an automated configuration management tool
77

88
## DESCRIPTION
99

10-
OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems that performs administrative tasks
10+
OpenVox is a community implementation of Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, designed to perform administrative tasks
1111
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
1212

1313
## COMMANDS

0 commit comments

Comments
 (0)