Issue #3902 has been reported by Atha Kouroussis. ---------------------------------------- Bug #3902: Small correction to template syntax checking technique http://projects.puppetlabs.com/issues/3902
Author: Atha Kouroussis Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Keywords: Branch: Current documentation states that to check syntax of a template you can run: erb -x -T '-' mytemplate.erb | ruby -c While correct, this fails for a sudoers file template in lines starting with %. The addition of the -P switch solves this: erb -x -T '-' -P mytemplate.erb | ruby -c Fork with change can be found at: git://github.com/vurbia/puppet-docs.git Cheers, Atha -- 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.
