This commit is contained in:
John Bintz 2012-02-15 20:33:18 -05:00
parent 60ffc07d7a
commit 4c14b0865b
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
require 'puppet/modules/common_directories'
module Puppet::Parser::Functions
$stdout.puts "here"
newfunction(:bin_path, :type => :rvalue) do |args|
$stdout.puts args.inspect
bin_path(lookupvar('base::install_path'), *args)
end
end