Closed miketheman closed 11 years ago
Ref: https://github.com/mattray/spiceweasel/blob/master/lib/spiceweasel/roles.rb#L57
A role of:
name 'foo' description 'foobar'
will provide an error:
ERROR: Role 'foo' listed in the manifest does not match the name ''foo'' within the roles/foo.rb file.
This shouldn't be an issue with 2.1, since the validation is now done with the Chef::Role.
Ref: https://github.com/mattray/spiceweasel/blob/master/lib/spiceweasel/roles.rb#L57
A role of:
will provide an error: