Node names should be one of the following:
defaultnode server1 {
}node 'server1' {
}To disable this check you can add --no-unquoted_node_name-check to your
puppet-lint command line.
$ puppet-lint --no-unquoted_node_name-check path/to/file.ppAlternatively, if you’re calling puppet-lint via the Rake task, you should
insert the following line to your Rakefile.
PuppetLint.configuration.send('disable_unquoted_node_name')