Skip to content

Commit

Permalink
Merge pull request #340 from cyberious/4.3.x
Browse files Browse the repository at this point in the history
add require 'tempfile' to resolve a previously autorequired resource
  • Loading branch information
John Duarte committed Oct 24, 2014
2 parents cb6c7d8 + 624ccbd commit 759cbde
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 759cbde

Please sign in to comment.