Issue #6924 has been updated by Garrett Honeycutt. Branch set to https://github.com/puppetlabs/puppet-docs/tree/tickets/6924
---------------------------------------- Bug #6924: quoting resource names https://projects.puppetlabs.com/issues/6924 Author: Garrett Honeycutt Status: Investigating Priority: High Assignee: Nick Fagerlund Category: Target version: Keywords: Branch: https://github.com/puppetlabs/puppet-docs/tree/tickets/6924 Affected URL: <pre> 10.1 Resource Names 10.1.1 All resource titles should be quoted. (Puppet supports unquoted resource titles if they do not contain spaces or hyphens, but you should avoid them in the interest of consistent look-and-feel.) Good: package { openssh: ensure => present } Bad: package { 'openssh': ensure => present } </pre> I believe that the Good and Bad examples have been switched around. -- 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.
