Skip to content

Commit b41dc6f

Browse files
committed
Merge pull request #813 from tomkrouper/config-before-install
Config before install
2 parents 906f99e + 8b366fe commit b41dc6f

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)