Skip to content

Instantly share code, notes, and snippets.

@avar
Created March 18, 2013 17:49
Show Gist options
  • Save avar/5189232 to your computer and use it in GitHub Desktop.
Save avar/5189232 to your computer and use it in GitHub Desktop.
Puppet::Parser::Functions::newfunction(:f_merge_perl_module_list, :type => :rvalue, :doc => "\
De-dupe and merge a module perl module list") do |args|
modules = args[0]
notify("hello there")
return modules
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment