-
-
Notifications
You must be signed in to change notification settings - Fork 14
fix for strict_indent do not work for file #32
Copy link
Copy link
Open
Description
when you use puppet-lint --fix file.pp to correct indentation it do not make any changes to file sektion
Input
file { '/etc/ssh/sshrc':
mode => 'a+rx',
source => "puppet:///modules/profile/auth/ssh/sshrc",
}
Expected output
file { '/etc/ssh/sshrc':
mode => 'a+rx',
source => "puppet:///modules/profile/auth/ssh/sshrc",
}
Environment
Version [puppet-lint 3.3.0]
Platform [Ubuntu 22.10]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels