File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# PRIVATE CLASS: do not use directly
22class mongodb::repo (
33 Variant[Enum[' present' , ' absent' ], Boolean] $ensure = ' present' ,
4- Optional[String] $version = undef ,
5- Boolean $use_enterprise_repo = false ,
6- Optional[String] $repo_location = undef ,
7- Optional[String] $proxy = undef ,
8- Optional[String] $proxy_username = undef ,
9- Optional[String] $proxy_password = undef ,
4+ Optional[String] $version = undef ,
5+ Boolean $use_enterprise_repo = false ,
6+ Optional[String] $repo_location = undef ,
7+ Optional[String] $proxy = undef ,
8+ Optional[String] $proxy_username = undef ,
9+ Optional[String] $proxy_password = undef ,
10+ Optional[String[1]] $aptkey_options = undef ,
1011) {
1112 case $::osfamily {
1213 ' RedHat' , ' Linux' : {
Original file line number Diff line number Diff line change 1111 release => $mongodb::repo::release ,
1212 repos => $mongodb::repo::repos ,
1313 key => {
14- ' id' => $mongodb::repo::key ,
15- ' server' => $mongodb::repo::key_server ,
14+ ' id' => $mongodb::repo::key ,
15+ ' server' => $mongodb::repo::key_server ,
16+ ' options' => $mongodb::repo::aptkey_options ,
1617 },
1718 }
1819
You can’t perform that action at this time.
0 commit comments