Skip to content

Commit c6160d7

Browse files
ibrezacnibalizer
authored andcommitted
ensure that the client install does not start before the repo setup
1 parent 1caa046 commit c6160d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/client.pp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
$ensure = $mongodb::params::package_ensure_client,
1313
$package_name = $mongodb::params::client_package_name,
1414
) inherits mongodb::params {
15-
class { '::mongodb::client::install': }
15+
anchor { '::mongodb::client::start': } ->
16+
class { '::mongodb::client::install': } ->
17+
anchor { '::mongodb::client::end': }
1618
}

0 commit comments

Comments
 (0)