This release adds a new option for ensuring that resource titles are quoted.
puppet-cleaner is a set of tools that help keeping puppet DSL code closer to puppet style guide. Two transformations are done by default and are not optional: the use of ${} for variable interpolation in strings and the replacement of double with single quotes when possible. The optional transformations are: * alignment of fat arrows (`=>`) * removal of unneeded quotes around boolean literals * reordering of `ensure` attribute to the first position * declaration of symbolic links by using `ensure => link` and `target` attributes * conversion of /* */ style comments to # * representation of file modes as a 4 digits string * use of quotes around resource titles * indentation by n spaces * removal of unneeded quotes around variables * removal of trailing white space Installation: sudo gem install puppet-cleaner Website: https://github.com/santana/puppet-cleaner -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.