Skip to content

Commit

Permalink
Merge pull request voxpupuli#160 from txaj/fix-perms
Browse files Browse the repository at this point in the history
Make sure plugin_conf_dir is not world readable
  • Loading branch information
blkperl committed Jul 12, 2014
2 parents a30b403 + 50436e0 commit c545678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
file { 'collectd.d':
ensure => directory,
path => $collectd::params::plugin_conf_dir,
mode => '0755',
mode => '0750',
owner => 'root',
group => $collectd::params::root_group,
purge => $purge,
Expand Down

0 comments on commit c545678

Please sign in to comment.