We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc698a2 commit c5f0280Copy full SHA for c5f0280
lib/puppet/type/exec.rb
@@ -225,6 +225,8 @@ def sync
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."
227
228
+ defaultto Puppet.runtime[:facter].value('path')
229
+
230
# Support both arrays and colon-separated fields.
231
def value=(*values)
232
@value = values.flatten.collect { |val|
0 commit comments