a thing
This commit is contained in:
parent
60ffc07d7a
commit
4c14b0865b
@ -1,7 +1,11 @@
|
|||||||
require 'puppet/modules/common_directories'
|
require 'puppet/modules/common_directories'
|
||||||
|
|
||||||
module Puppet::Parser::Functions
|
module Puppet::Parser::Functions
|
||||||
|
$stdout.puts "here"
|
||||||
|
|
||||||
newfunction(:bin_path, :type => :rvalue) do |args|
|
newfunction(:bin_path, :type => :rvalue) do |args|
|
||||||
|
$stdout.puts args.inspect
|
||||||
|
|
||||||
bin_path(lookupvar('base::install_path'), *args)
|
bin_path(lookupvar('base::install_path'), *args)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user