Skip to content

Commit 1e83599

Browse files
committed
Update mongodb to 90bd357bbb916463c105bb85bca46d2d87ca4f97
90bd357bbb916463c105bb85bca46d2d87ca4f97 Merge pull request redhat-openstack#189 from lorello/master 8b5f00f81b23ae8812d9d1b6757b99a7099c4057 changed apt key to 40 chars to remove apt module warning Change-Id: I1ab6c406a2d1f8ac4a10241cbc8680c0090bead0
1 parent 04dca2c commit 1e83599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Puppetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mod 'module-data',
103103
:git => 'https://github.com/ripienaar/puppet-module-data.git'
104104

105105
mod 'mongodb',
106-
:commit => 'b41a706f7c1f3f01b84391972ecd6e135d113ab7',
106+
:commit => '90bd357bbb916463c105bb85bca46d2d87ca4f97',
107107
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb.git'
108108

109109
mod 'mysql',

mongodb/manifests/repo/apt.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
location => $::mongodb::repo::location,
1111
release => 'dist',
1212
repos => '10gen',
13-
key => '9ECBEC467F0CEB10',
13+
key => '492EAFE8CD016A07919F1D2B9ECBEC467F0CEB10',
1414
key_server => 'hkp://keyserver.ubuntu.com:80',
1515
include_src => false,
1616
}

0 commit comments

Comments
 (0)