Skip to content

Commit b6d3f5f

Browse files
authored
Merge pull request #712 from StatensPensjonskasse/move-params-to-hiera
Move params to classes and hiera; Align defaults with supported versions
2 parents 04e505a + 7ce43cf commit b6d3f5f

File tree

17 files changed

+226
-601
lines changed

17 files changed

+226
-601
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@ class {'mongodb::globals':
6363
-> class {'mongodb::client': }
6464
```
6565

66-
If you have a custom Mongodb repository
67-
you can opt out of repo management:
66+
If you have a custom Mongodb repository you can opt out of repo management:
6867

6968
```puppet
7069
class {'mongodb::globals':
7170
manage_package_repo => false,
72-
manage_package => true,
7371
}
7472
-> class {'mongodb::server': }
7573
-> class {'mongodb::client': }

0 commit comments

Comments
 (0)