You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an example of a valid puppet manifest that failed puppet-lint b/c it has an odd number of spaces.
require => [
Keystone_user[$username],
Keystone_user[$alt_username],
Glance_image[$image_name],
Quantum_network[$public_network_name],
], # THIS LINE CAUSES THE FAILURE
In this example, I expect the '[' and ']' should be in the same column, but whether it requires an odd or even number of spaces depends on the number of characters of the longest parameter name for the resource.
The text was updated successfully, but these errors were encountered:
I have an example of a valid puppet manifest that failed puppet-lint b/c it has an odd number of spaces.
In this example, I expect the '[' and ']' should be in the same column, but whether it requires an odd or even number of spaces depends on the number of characters of the longest parameter name for the resource.
The text was updated successfully, but these errors were encountered: