Skip to content

Commit

Permalink
Merge pull request #466 from noni73/master
Browse files Browse the repository at this point in the history
This will add the correct apt key for version 3.6.
  • Loading branch information
juniorsysadmin committed Jun 6, 2018
2 parents 9a71008 + 46a75eb commit 19feaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/repo.pp
Expand Up @@ -65,6 +65,7 @@
default => undef
}
$key = "${mongover[0]}.${mongover[1]}" ? {
'3.6' => '2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5',
'3.4' => '0C49F3730359A14518585931BC711F9BA15703C6',
'3.2' => '42F3E95A2C4F08279C4960ADD68FA50FEA312927',
default => '492EAFE8CD016A07919F1D2B9ECBEC467F0CEB10'
Expand Down

0 comments on commit 19feaef

Please sign in to comment.