Skip to content

Commit

Permalink
fix #660 Change owner of config file to icinga
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 21, 2021
1 parent 53edacb commit e957fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/object.pp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
} # windows
default: {
Concat {
owner => 'root',
owner => $::icinga2::globals::user,
group => $::icinga2::globals::group,
mode => '0640',
}
Expand Down

0 comments on commit e957fed

Please sign in to comment.