Skip to content

Commit

Permalink
add require 'tempfile' to resolve a previously autorequired resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Fields committed Oct 24, 2014
1 parent cb6c7d8 commit 624ccbd
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 624ccbd

Please sign in to comment.