Skip to content

Commit

Permalink
Merge pull request #677 from mhaskel/fix_for_654
Browse files Browse the repository at this point in the history
PR 654 was incorrectly using stdlib dirname
  • Loading branch information
cmurphy committed Feb 24, 2015
2 parents b630eca + c1191f1 commit 037d30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Expand Up @@ -22,7 +22,7 @@
$logbin = pick($options['mysqld']['log-bin'], $options['mysqld']['log_bin'], false)

if $logbin {
$logbindir = dirname($logbin)
$logbindir = mysql_dirname($logbin)

#Stop puppet from managing directory if just a filename/prefix is specified
if $logbindir != '.' {
Expand Down

0 comments on commit 037d30d

Please sign in to comment.