Skip to content

Commit

Permalink
fix dir handling
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 3, 2024
1 parent bf502b6 commit 3bacd59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
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 12) (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 12) (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 12) (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)
}

Sysctl::Setting <| |>
Expand Down
2 changes: 1 addition & 1 deletion manifests/setting.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
) {
include sysctl

file { "/etc/sysctl.d/${key}":
file { "/etc/sysctl.d/${key}.conf":
ensure => file,
content => "${key}=${value}",
}
Expand Down

0 comments on commit 3bacd59

Please sign in to comment.