Skip to content

Commit 8b366fe

Browse files
author
Tom Krouper
committed
Move config install before package install
This prevents mysqld from running without its intended configuration.
1 parent 1835ea8 commit 8b366fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/server.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
Class['mysql::server::root_password'] -> Mysql::Db <| |>
5555

56-
include '::mysql::server::install'
5756
include '::mysql::server::config'
57+
include '::mysql::server::install'
5858
include '::mysql::server::installdb'
5959
include '::mysql::server::service'
6060
include '::mysql::server::root_password'
@@ -75,8 +75,8 @@
7575
}
7676

7777
Anchor['mysql::server::start'] ->
78-
Class['mysql::server::install'] ->
7978
Class['mysql::server::config'] ->
79+
Class['mysql::server::install'] ->
8080
Class['mysql::server::installdb'] ->
8181
Class['mysql::server::service'] ->
8282
Class['mysql::server::root_password'] ->

0 commit comments

Comments
 (0)