diff options
| author | Max Martin <max@puppetlabs.com> | 2011-03-17 12:14:49 -0700 |
|---|---|---|
| committer | Max Martin <max@puppetlabs.com> | 2011-03-17 12:14:49 -0700 |
| commit | ec1aa192825f17afbe4dc12be1e0f2d644d74155 (patch) | |
| tree | 2cea3d2956e8d36711276edd31e968fbbb0eb618 /lib/puppet | |
| parent | 0d2d6f3f005ee99658ff86b79749f0ba7949beab (diff) | |
| download | puppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.tar.gz puppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.tar.xz puppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.zip | |
(#4884) Revise new exec tests, add a few more
Revised a few of the new tests for the exec type and provider to
ensure that they were testing what they meant to, and added in a
couple of new tests.
Reviewed-by:Daniel Pittman
Diffstat (limited to 'lib/puppet')
| -rwxr-xr-x | lib/puppet/type/exec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb index 67d40a7cc..4458bf081 100755 --- a/lib/puppet/type/exec.rb +++ b/lib/puppet/type/exec.rb @@ -139,7 +139,7 @@ module Puppet newparam(:path) do desc "The search path used for command execution. Commands must be fully qualified if no path is specified. Paths - can be specified as an array or as a colon or semi-colon separated list." + can be specified as an array or as a colon separated list." # Support both arrays and colon-separated fields. def value=(*values) |
