Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
bump dep on apt to '< 5.0.0'; use long gpg id
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed Sep 7, 2017
1 parent 5177a93 commit 931d78c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions manifests/repository.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
apt::source { 'puppetlabs':
location => 'http://apt.puppetlabs.com',
repos => 'main',
key => '4BD6EC30',
key_server => 'pgp.mit.edu',
key => {
id => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
server => 'pgp.mit.edu',
}
}
}
'RedHat': {
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/apt",
"version_requirement": ">=2.1.0 < 3.0.0"
"version_requirement": ">=2.1.0 < 5.0.0"
},
{
"name": "puppetlabs/puppetserver_gem",
Expand Down

0 comments on commit 931d78c

Please sign in to comment.