Issue #10677 has been updated by Kelsey Hightower. Status changed from In Topic Branch Pending Review to Code Insufficient
Looks like this patch will not make it into the 2.6.x tree, as we are not planning any additional 2.6 releases unless there is a significant security issue. ---------------------------------------- Bug #10677: fix #4135 in 2.6 branch https://projects.puppetlabs.com/issues/10677 Author: Corey Osman Status: Code Insufficient Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.6.x Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/218 #4135 is still a problem in 2.6.12. <pre> /lib/puppet/provider/README.markdown:12: syntax error Nov 9 15:46:35 atl-opsdata1 puppet-agent[23973]: Could not load downloaded file /var/lib/puppet/lib/puppet/type/README.markdown: /var/lib/puppet/lib/puppet/type/README.markdown:2: syntax error ============== ^ /var/lib/puppet/lib/puppet/type/README.markdown:4: syntax error Define resource types in this directory. ^ /var/lib/puppet/lib/puppet/type/README.markdown:6: syntax error /var/lib/puppet/lib/puppet/type/README.markdown:7: syntax error type `mytype`, defined like this: ^ /var/lib/puppet/lib/puppet/type/README.markdown:9: syntax error /var/lib/puppet/lib/puppet/type/README.markdown:12: syntax error Nov 9 15:46:35 atl-opsdata1 puppet-agent[23973]: Could not load downloaded file /var/lib/puppet/lib/facter/README.markdown: /var/lib/puppet/lib/facter/README.markdown:2: syntax error ====== ^ /var/lib/puppet/lib/facter/README.markdown:7: syntax error on site-specific data that just isn’t available via Facter. The ^ /var/lib/puppet/lib/facter/README.markdown:7: Invalid char `\342' in expression /var/lib/puppet/lib/facter/README.markdown:7: Invalid char `\200' in expression /var/lib/puppet/lib/facter/README.markdown:7: Invalid char `\231' in expression /var/lib/puppet/lib/facter/README.markdown:9: syntax error then be distributed to Puppet clients and are available for use in ^ /var/lib/puppet/lib/facter/README.markdown:13: syntax error /var/lib/puppet/lib/facter/README.markdown:14: syntax error `hardware_platform`, defined like this: ^ /var/lib/puppet/lib/facter/README.markdown:14: syntax error /var/lib/puppet/lib/facter/README.markdown:16: syntax error /var/lib/pupp Nov 9 15:46:35 atl-opsdata1 puppet-agent[23973]: Could not load downloaded file /var/lib/puppet/lib/puppet/parser/functions/README.markdown: /var/lib/puppet/lib/puppet/parser/functions/README.markdown:2: syntax error ========= ^ /var/lib/puppet/lib/puppet/parser/functions/README.markdown:6: syntax error /var/lib/puppet/lib/puppet/parser/functions/README.markdown:7: syntax error `myfunction`, defined like this: ^ /var/lib/puppet/lib/puppet/parser/functions/README.markdown:7: syntax error /var/lib/puppet/lib/puppet/parser/functions/README.markdown:13: syntax error ) do |vals| ^ /var/lib/puppet/lib/puppet/parser/functions/README.markdown:17: syntax error Should be found in </pre> -- 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.
