Skip to content

Commit

Permalink
Remove readable for others on pool config file
Browse files Browse the repository at this point in the history
The pool config does not need to be readable by others. This allows putting secrets into the files, without them being exposed. It might make sense to make this configurable.
  • Loading branch information
l-lotz authored Oct 10, 2018
1 parent 6e44833 commit 5b98176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/fpm/pool.pp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
content => template($template),
owner => root,
group => $root_group,
mode => '0644',
mode => '0640',
}
}
}

0 comments on commit 5b98176

Please sign in to comment.