# Pastebin 1W6JqGcb module Puppet::Parser::Functions newfunction(:env) do |args| variable = args[0] ENV[variable] end end