Issue #20379 has been updated by Ryan Coleman.
To save casual on-lookers some time. Here's the complete manifest being declared. Line 1 begins with #. <pre> # http://forge.puppetlabs.com/cprice404/inifile class the0423_webinar::inifile { ini_setting { 'future parser!': ensure => present, path => $settings::config, section => 'main', setting => 'parser', value => 'future', } # http://docs.puppetlabs.com/puppet/3/reference/lang_experimental_3_2.html } </pre> ---------------------------------------- Bug #20379: 3.2.0-rc1 future parser fails with 'not a valid octal number' https://projects.puppetlabs.com/issues/20379#change-89896 * Author: Ryan Coleman * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: 3.2.0-rc1 * Keywords: * Branch: ---------------------------------------- Attempting to compile seemingly any catalog results in something like the following. Error: Could not parse for environment production: Not a valid octal number 0423_webinar::inifile at line 1:9 on node centos6.puppetlabs.vm Steps to reproduce: - Use a CentOS 6.3-based system - Install this module: puppet module install rcoleman/the0423_webinar - Install this module: puppet module install cprice404/inifile - Run Puppet to enable future parser: puppet apply -e 'include the0423_webinar::inifile' - Run Puppet again: puppet apply -e 'include the0423_webinar::inifile' (or any other class from this module) -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
