We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc698a2 commit 39c16d1Copy full SHA for 39c16d1
lib/puppet/type/exec.rb
@@ -223,7 +223,9 @@ def sync
223
newparam(:path) do
224
desc "The search path used for command execution.
225
Commands must be fully qualified if no path is specified. Paths
226
- can be specified as an array or as a '#{File::PATH_SEPARATOR}' separated list."
+ can be specified as an array or as a '#{File::PATH_SEPARATOR}' separated list. Defaults to the `path` fact."
227
+
228
+ defaultto Puppet.runtime[:facter].value('path')
229
230
# Support both arrays and colon-separated fields.
231
def value=(*values)
0 commit comments