Skip to content

Commit

Permalink
Merge pull request #712 from StatensPensjonskasse/move-params-to-hiera
Browse files Browse the repository at this point in the history
Move params to classes and hiera; Align defaults with supported versions
  • Loading branch information
h-haaks authored Mar 24, 2024
2 parents 04e505a + 7ce43cf commit b6d3f5f
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 b6d3f5f

Please sign in to comment.