Skip to content

Commit 811ebc6

Browse files
committed
A very small fix for the case where the root password has been changed
by hand and then you change your mysql::server entry to match. If you also change any mysql::db entries at the same time this causes those to be attempted before your /root/.my.cnf is updated. I can't add rspec testing for this until rodjek/rspec-puppet#106 is merged.
1 parent 2fafc33 commit 811ebc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/init.pp

+2
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@
122122
name => $client_package_name_real,
123123
}
124124

125+
Class['mysql::config'] -> Mysql::Db <| |>
126+
125127
}

0 commit comments

Comments
 (0)