is anybody using hiera with puppet-3 and per-module hierarchy? it seems calling_module/calling_class is entirely broken now. see: http://pastebin.com/CfbW5Kcu and #16730 and PR1214 (which only fixes backend_puppet i think). anyone has some unofficial patches? because i''m just stuck in migration :( please don''t advise me to use data bindings as there is no way to use them in 2.7 and we need seamless migration path. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/3b2w94f6OqAJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I think that might have been renamed... http://docs.puppetlabs.com/puppet/3/reference/lang_variables.html#facts-and-built-in-variables Down near the bottom, under parser set variables, there''s $module_name and $caller_module_name. That what you meant to use? On Friday, October 26, 2012 5:14:56 AM UTC-7, asq wrote:> > is anybody using hiera with puppet-3 and per-module hierarchy? > it seems calling_module/calling_class is entirely broken now. > > see: http://pastebin.com/CfbW5Kcu and #16730 and PR1214 (which only fixes > backend_puppet i think). > > anyone has some unofficial patches? because i''m just stuck in migration :( > please don''t advise me to use data bindings as there is no way to use them > in 2.7 and we need seamless migration path. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ysgWFC8zyl0J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
W dniu piątek, 26 października 2012 18:19:22 UTC+2 użytkownik Ellison Marks napisał:> > I think that might have been renamed... > > > http://docs.puppetlabs.com/puppet/3/reference/lang_variables.html#facts-and-built-in-variables > > Down near the bottom, under parser set variables, there''s $module_name and > $caller_module_name. That what you meant to use? >it seems it''s also broken: http://pastebin.com/irVAq407 i intend to model my hierarchy based on calling class (ie. put mysql specific things in mysql.yaml) . -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/qCIrrBQeTeMJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
ok, i got it working with this patch: https://github.com/Fewbytes/puppet/commit/71d9449464d5f10042b9cc31aea1586f98363293 however, if i apply the rest of this PR it breaks again. so beware :) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/iOiOln1U40kJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I just did the same process of debugging you did (should learn to search this list first) and the proposed solution works for me. Did you file this as a bug yet on the puppet ticketing system (can''t find it there) so I can vote ;-) Peter On Mon, Oct 29, 2012 at 7:04 PM, asq <asquelt@gmail.com> wrote:> ok, i got it working with this patch: > https://github.com/Fewbytes/puppet/commit/71d9449464d5f10042b9cc31aea1586f98363293 > however, if i apply the rest of this PR it breaks again. so beware :) > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/iOiOln1U40kJ. > > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
W dniu środa, 12 grudnia 2012 17:39:59 UTC+1 użytkownik Peter De Cleyn napisał:> > I just did the same process of debugging you did (should learn to search > this list first) and the proposed solution works for me. > > Did you file this as a bug yet on the puppet ticketing system (can''t find > it there) so I can vote ;-) >here you go: http://projects.puppetlabs.com/issues/14985 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Frzq-G9JDeYJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.