Fix the broken anchoring.
This commit is contained in:
parent
ae32cdf862
commit
a4d329f846
1 changed files with 5 additions and 8 deletions
|
@ -17,14 +17,11 @@ class mysql::client (
|
|||
}
|
||||
}
|
||||
|
||||
anchor { 'mysql::client::start': }
|
||||
|
||||
# Anchor pattern workaround to avoid resources of mysql::client::install to
|
||||
# "float off" outside mysql::client
|
||||
anchor { 'mysql::client::start': } ->
|
||||
Class['mysql::client::install'] ->
|
||||
anchor { 'mysql::client::end': }
|
||||
|
||||
# Anchor pattern workaround to avoid resources of mysql::client::install
|
||||
# to "float off" outside mysql::client
|
||||
Anchor['mysql::client::start'] ->
|
||||
Class['mysql::client'] ->
|
||||
Class['mysql::client::install'] ->
|
||||
Anchor['mysql::client::end']
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue