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
when you use puppet-lint --fix file.pp to correct indentation it do not make any changes to file sektion
puppet-lint --fix file.pp
Input
file { '/etc/ssh/sshrc': mode => 'a+rx', source => "puppet:///modules/profile/auth/ssh/sshrc", }
expected output
The text was updated successfully, but these errors were encountered:
The strict_indent plugin is here: https://github.com/voxpupuli/puppet-lint-strict_indent-check
Sorry, something went wrong.
thanks have create an issue there fix for strict_indent do not work for file #32
Thanks for this @zombiedk - i'm going to close this here as you have opened an issue over in the Vox repo.
No branches or pull requests
when you use
puppet-lint --fix file.pp
to correct indentation it do not make any changes to file sektionInput
expected output
Environment
The text was updated successfully, but these errors were encountered: