Skip to content

Commit

Permalink
Merge pull request redhat-openstack#250 from simonpasquier/fix-mysql-…
Browse files Browse the repository at this point in the history
…plugin-permissions

Fix permission on the MySQL plugin file
  • Loading branch information
nibalizer committed Apr 14, 2015
2 parents a47ffaf + e9f42c2 commit 1bd5110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/mysql/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
file { "${name}.conf":
ensure => $ensure,
path => "${conf_dir}/mysql-${name}.conf",
mode => '0644',
mode => '0640',
owner => 'root',
group => $collectd::params::root_group,
content => template('collectd/mysql-database.conf.erb'),
Expand Down

0 comments on commit 1bd5110

Please sign in to comment.