Skip to content

Commit

Permalink
Merge branch '4.3.x', add tempfile back for resource validate_cmd and…
Browse files Browse the repository at this point in the history
… validate_augeas
  • Loading branch information
Travis Fields committed Oct 24, 2014
2 parents f0b207c + 759cbde commit 9dea092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/puppet/parser/functions/validate_augeas.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'tempfile'

module Puppet::Parser::Functions
newfunction(:validate_augeas, :doc => <<-'ENDHEREDOC') do |args|
Perform validation of a string using an Augeas lens
Expand Down
1 change: 1 addition & 0 deletions lib/puppet/parser/functions/validate_cmd.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'puppet/util/execution'
require 'tempfile'

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

0 comments on commit 9dea092

Please sign in to comment.