Skip to content

Commit 4ced68d

Browse files
committed
Fix when using admin params : catalog: Found 1 dependency cycle:
(Anchor[::mongodb::client::start] => Class[Mongodb::Client::Install] => Package[mongodb_client] => Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Anchor[::mongodb::client::start])
1 parent 7f3b272 commit 4ced68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ To install MongoDB from 10gen repository:
8888
class {'::mongodb::globals':
8989
manage_package_repo => true,
9090
}->
91-
class {'::mongodb::server': }->
92-
class {'::mongodb::client': }
91+
class {'::mongodb::client': } ->
92+
class {'::mongodb::server': }
9393
```
9494

9595
If you don't want to use the 10gen/MongoDB software repository or the OS packages,

0 commit comments

Comments
 (0)