Skip to content

Commit

Permalink
fix chmod on config-directory to allow Administrators group to manage…
Browse files Browse the repository at this point in the history
… config files (#66)
  • Loading branch information
maximedevalland authored and yankcrime committed Jun 14, 2017
1 parent da7c66f commit dc06552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
ensure => directory,
owner => $::telegraf::config_file_owner,
group => $::telegraf::config_file_group,
mode => '0750',
mode => '0770',
purge => $::telegraf::purge_config_fragments,
recurse => true,
notify => Class['::telegraf::service'],
Expand Down

0 comments on commit dc06552

Please sign in to comment.