search for: my_source

Displaying 2 results from an estimated 2 matches for "my_source".

Did you mean: map_source
2013 Jun 11
2
hiera data bindings and template()
...aviour? Of course if I declare my class with: class { ''software'': my_content => template(''mymodule/myfile.erb'') } everything works fine. If I use the ''source'' attribute instead of ''content'', I can write in hiera: software::my_source: puppet:///modules/mymodule/myfile.conf and it works as expected. Must I intend that this is something related just to functions in hiera? Thanks, Fabio -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group an...
2019 Sep 20
4
[RFC] Generalize out-of-tree pass support
Hi folks, I've been working for a few months on a proposal to make it easier to develop out-of-tree passes, and have them linked either statically or dynamically, within LLVM. This includes automatic integration within clang, opt and bugpoint. The goal is to lower the bar for people who develop out-of tree passes: they can maintain their code base in a third-party repo, pick it at config