We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The puppet-lint does not report the hash rocket alignment warning inside the hash definition, for example.
puppet-lint
$stools_ensure = $facts['fqdn'] ? { /^\w+alignment-us+/ => 'installed', default => 'absent' }
If the same alignment is given inside the resource, puppet-lint is producing a warning, for example.
file { '/etc/passwd': ensure => file, owner => 'root', group => $rootgroup, }
warning: puppet-lint: manifests/testing.pp:14:7: indentation of => is not properly aligned (expected in column 8, but found it in column 7)
The text was updated successfully, but these errors were encountered:
@asselvakumar Development has recently moved to a fork maintained by Puppet Inc. You may wish to open this issue over at https://github.com/puppetlabs/puppet-lint/issues
Sorry, something went wrong.
No branches or pull requests
The
puppet-lint
does not report the hash rocket alignment warning inside the hash definition, for example.If the same alignment is given inside the resource,
puppet-lint
is producing a warning, for example.The text was updated successfully, but these errors were encountered: