Issue #13898 has been updated by Matthaus Owens. Status changed from Merged - Pending Release to Closed
Released in Puppet 3.0.0rc1 ---------------------------------------- Bug #13898: faces silently fail against master https://projects.puppetlabs.com/issues/13898#change-72872 Author: Dan Bode Status: Closed Priority: Normal Assignee: Jeff Weiss Category: Faces Target version: 3.0.0 Affected Puppet version: development Keywords: Branch: https://github.com/puppetlabs/puppet/pull/679 when I check out master for puppet, some of my face commands no longer work. Below is the output when I invoke a face: no output against master <pre> puppet stack destroy --name nova_single_fedora </pre> it works against 2.7.x <pre> puppet stack destroy --name nova_single_fedora notice: Destroying nodes ec2-46-51-157-246.eu-west-1.compute.amazonaws.com foo notice: Destroying i-9ab1afd3 (ec2-46-51-157-246.eu-west-1.compute.amazonaws.com) ... notice: Destroying i-9ab1afd3 (ec2-46-51-157-246.eu-west-1.compute.amazonaws.com) ... Done </pre> I can print the docs for this face against both branches using puppet stack help The faces in question can be found here: https://github.com/bodepd/stack_builder -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
