2011-12-08 13:58:22 +00:00
|
|
|
require 'puppet/modules/common_directories'
|
|
|
|
|
|
|
|
module Puppet::Parser::Functions
|
|
|
|
newfunction(:pid_path, :type => :rvalue) do |args|
|
2012-06-04 19:05:38 +00:00
|
|
|
pid_path(lookupvar('::base::pid_path'), *args)
|
2011-12-08 13:58:22 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
|