Issue #22498 has been updated by Zachary Stern. Keywords changed from parser, future, numeric, numerals to parser, future, numeric, numerals, customer
---------------------------------------- Bug #22498: --parser=future bug transforming the number '0' to '00' https://projects.puppetlabs.com/issues/22498#change-98655 * Author: Henrik Feldt * Status: Merged - Pending Release * Priority: Normal * Assignee: Henrik Lindberg * Category: parser * Target version: 3.4.0 * Affected Puppet version: 3.2.4 * Keywords: parser, future, numeric, numerals, customer * Branch: ---------------------------------------- Create a yum repo like this: yumrepo { 'ip-ours': baseurl => "$protocol://$yum_repo_server/", descr => 'Our yum repository', enabled => 1, gpgcheck => 0, } Run puppet. You will get: Notice: /Stage[first]/Our_yumrepo/Yumrepo[ip-ours]/gpgcheck: gpgcheck changed '0' to '00'. Corresponding yum error when you try to use this config with 00. Templated files are also changed, but that's for another bug report. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
