Skip to content

Commit 81b42ea

Browse files
committed
Merge pull request voxpupuli#267 from Poil/fix_readme_dependency_cycle
Fix when using admin params : catalog: Found 1 dependency cycle:
2 parents cd6bdad + 4ced68d commit 81b42ea

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)