Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Kurt Wall updated an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Kurt Wall QA Status: Reviewed Add Comment This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Kurt Wall updated an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Kurt Wall QA Contact: Eric Thompson Kurt Wall Add Comment This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Kylo Ginsberg commented on FACT-834 Re: Only load ec2 rest once to avoid double loading warnings Given comments in the PR (we weren't able to repro this in-house but the patch has been in production at a site for a couple weeks), resolving. Add Comment This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Kylo Ginsberg assigned an issue to QA Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Kylo Ginsberg Status: Ready for CI Test Assignee: QA Add Comment This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Melissa Stone updated an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Melissa Stone Fix Version/s: FACT 2.4.3 Add Comment This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Melissa Stone assigned an issue to Branan Riley Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Melissa Stone Assignee: Branan Riley Add Comment This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Melissa Stone updated an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Melissa Stone Component/s: Community Add Comment This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Jing Dong created an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Issue Type: Bug Assignee: Eric Sorenson Created: 2015/03/06 9:34 AM Priority: Normal Reporter: Jing Dong When implementing custom facter module, I usually require external dependencies. But when requiring 'facter/ec2', I get the following warning: ``` Already evaluated rest at true, reevaluating anyways Already evaluated rest at true, reevaluating anyways ``` This PR ensure the `facter/ec2/rest.rb` is only loaded once when I require 'facter/ec2' module. Add Comment This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a)
Jira (FACT-834) Only load ec2 rest once to avoid double loading warnings
Title: Message Title Jing Dong updated an issue Facter / FACT-834 Only load ec2 rest once to avoid double loading warnings Change By: Jing Dong When implementing custom facter module, I usually require external dependencies. But when requiring 'facter/ec2', I get the following warning:```Already evaluated rest at true, reevaluating anywaysAlready evaluated rest at true, reevaluating anyways```This PR ensure the `facter/ec2/rest.rb` is only loaded once when I require 'facter/ec2' module. Github PR: https://github.com/puppetlabs/facter/pull/870 Add Comment This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.