Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 3, 2024
1 parent 3bacd59 commit 8ff8d67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#
class sysctl () {
file { '/etc/sysctl.d':
ensure => directory,
owner => 'root',
group => 'root',
mode => '0755',
ensure => directory,

Check warning on line 5 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
owner => 'root',

Check warning on line 6 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
group => 'root',

Check warning on line 7 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
mode => '0755',

Check warning on line 8 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
recurse => true,

Check warning on line 9 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
purge => true,

Check warning on line 10 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Build

indentation of => is not properly aligned (expected in column 13, but found it in column 15) (check: arrow_alignment)
}
Expand Down

0 comments on commit 8ff8d67

Please sign in to comment.