Skip to content

Commit

Permalink
set dbas group ownership and sgid perms on /var/log/mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
justinellison committed Sep 10, 2012
1 parent 6fc244d commit 7e2f8e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/config.pp
Expand Up @@ -59,11 +59,12 @@

file { $mysql::params::config_file:
content => template('mysql/my.cnf.erb'),
mode => '0644'
mode => '0644',
}

file { "/var/log/mysql":
ensure => directory,
mode => 0755,
mode => 2755,
group => 'dbas',
}
}

0 comments on commit 7e2f8e6

Please sign in to comment.