Skip to content

Commit

Permalink
Move params to classes and hiera; Align defaults with supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Mar 24, 2024
1 parent 04e505a commit 7ce43cf
Show file tree
Hide file tree
Showing 17 changed files with 226 additions and 601 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ class {'mongodb::globals':
-> class {'mongodb::client': }
```

If you have a custom Mongodb repository
you can opt out of repo management:
If you have a custom Mongodb repository you can opt out of repo management:

```puppet
class {'mongodb::globals':
manage_package_repo => false,
manage_package => true,
}
-> class {'mongodb::server': }
-> class {'mongodb::client': }
Expand Down
Loading

0 comments on commit 7ce43cf

Please sign in to comment.