We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae32cdf + a4d329f commit a3bc259Copy full SHA for a3bc259
manifests/client.pp
@@ -17,14 +17,11 @@
17
}
18
19
20
- anchor { 'mysql::client::start': }
21
- anchor { 'mysql::client::end': }
22
23
- # Anchor pattern workaround to avoid resources of mysql::client::install
24
- # to "float off" outside mysql::client
25
- Anchor['mysql::client::start'] ->
26
- Class['mysql::client'] ->
27
- Class['mysql::client::install'] ->
28
- 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::install'] ->
+ anchor { 'mysql::client::end': }
29
30
0 commit comments