Skip to content

Commit 9dea092

Browse files
author
Travis Fields
committed
Merge branch '4.3.x', add tempfile back for resource validate_cmd and validate_augeas
2 parents f0b207c + 759cbde commit 9dea092

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/puppet/parser/functions/validate_augeas.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'tempfile'
2+
13
module Puppet::Parser::Functions
24
newfunction(:validate_augeas, :doc => <<-'ENDHEREDOC') do |args|
35
Perform validation of a string using an Augeas lens

lib/puppet/parser/functions/validate_cmd.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'puppet/util/execution'
2+
require 'tempfile'
23

34
module Puppet::Parser::Functions
45
newfunction(:validate_cmd, :doc => <<-'ENDHEREDOC') do |args|

0 commit comments

Comments
 (0)