Skip to content

fix for strict_indent do not work for file #32

@zombiedk

Description

@zombiedk

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions