We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caa046 commit c6160d7Copy full SHA for c6160d7
manifests/client.pp
@@ -12,5 +12,7 @@
12
$ensure = $mongodb::params::package_ensure_client,
13
$package_name = $mongodb::params::client_package_name,
14
) inherits mongodb::params {
15
- class { '::mongodb::client::install': }
+ anchor { '::mongodb::client::start': } ->
16
+ class { '::mongodb::client::install': } ->
17
+ anchor { '::mongodb::client::end': }
18
}
0 commit comments