We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae32cdf commit a4d329fCopy full SHA for a4d329f
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