On Thursday, March 6, 2014 9:52:55 AM UTC-8, MCZ wrote: > > So I am looking at https://github.com/puppetlabs/puppetlabs-stdlib which > states module version is 4.1.0 and it has a bunch of new functions that do > not exist in the forge version of the module version 4.1.0, like: > > # stdlib/lib/puppet/parser/functions/deep_merge.rb > # stdlib/lib/puppet/parser/functions/base64.rb > # stdlib/lib/puppet/parser/functions/delete_undef_values.rb > # stdlib/lib/puppet/parser/functions/delete_values.rb > # stdlib/lib/puppet/parser/functions/difference.rb > # stdlib/lib/puppet/parser/functions/intersection.rb > # stdlib/lib/puppet/parser/functions/is_bool.rb > # stdlib/lib/puppet/parser/functions/pick_default.rb > # stdlib/lib/puppet/parser/functions/union.rb > # stdlib/lib/puppet/parser/functions/validate_ipv4_address.rb > # stdlib/lib/puppet/parser/functions/validate_ipv6_address.rb > > Using this module from a github repo is not straightforward either due to > metadata.json content or rather lack some of it. > Am I right this is something to 'fix' or wrong? Comments? Ideas? > > Thanks. >
You are looking at master and should be looking at the appropriate tag. https://github.com/puppetlabs/puppetlabs-stdlib/tree/4.1.0 Best regards, -g -- Garrett Honeycutt LearnPuppet.com @learnpuppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/8c852455-8888-4124-90dd-66c61a4e6dd2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
