Skip to content

Commit d48ff05

Browse files
authored
Merge pull request #1160 from fe80/install_ordering
fix install ordering for innodb data size
2 parents 014e1f1 + aa293b4 commit d48ff05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
}
144144

145145
Anchor['mysql::server::start']
146-
-> Class['mysql::server::install']
147146
-> Class['mysql::server::config']
147+
-> Class['mysql::server::install']
148148
-> Class['mysql::server::binarylog']
149149
-> Class['mysql::server::installdb']
150150
-> Class['mysql::server::service']

0 commit comments

Comments
 (0)