Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Claire Cadman updated an issue Puppet / PUP-10861 puppet facts show --value-only should not display a quoted value Change By: Claire Cadman Labels: doc_reviewed Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.134131.1612516080089%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper commented on PUP-10861 Re: puppet facts show --value-only should not display a quoted value Passed CI in 97ca00bcb9 Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.133632.1612466760249%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper updated an issue Puppet / PUP-10861 puppet facts show --value-only should not display a quoted value Change By: Josh Cooper Release Notes: Bug Fix Release Notes Summary: The command "puppet facts show --value-only " emitted the value as a JSON string, which included quotes around the value, such as {{"RedHat"}}. It now emits just the value. Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.133626.1612466700075%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Ciprian Badescu commented on PUP-10861 Re: puppet facts show --value-only should not display a quoted value @josh, please add release notes when you have some spare time Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.133014.1612434840022%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper commented on PUP-10861 Re: puppet facts show --value-only should not display a quoted value Merged to main in https://github.com/puppetlabs/puppet/commit/c11abe4cd74ffa556dd06e84ceb7e3ccdc55c684 Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.130879.1612283820132%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper assigned an issue to Josh Cooper Puppet / PUP-10861 puppet facts show --value-only should not display a quoted value Change By: Josh Cooper Assignee: Josh Cooper Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.128064.1611877320034%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper updated an issue Puppet / PUP-10861 puppet facts show --value-only should not display a quoted value Change By: Josh Cooper Fix Version/s: PUP 7.4.0 Add Comment This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.385148.1611768949000.127977.1611874140148%40Atlassian.JIRA.
Jira (PUP-10861) puppet facts show --value-only should not display a quoted value
Title: Message Title Josh Cooper created an issue Puppet / PUP-10861 puppet facts show --value-only should not display a quoted value Issue Type: Bug Affects Versions: PUP 7.3.0 Assignee: Unassigned Created: 2021/01/27 9:35 AM Priority: Normal Reporter: Josh Cooper When using --value-only to retrieve the value of a fact, the output is quoted: [root@void-musicality ~]# puppet facts show os.name --value-only "RedHat" It should return the unquoted value so that the output can easily be consumed by external automation.