Skip to content

Commit

Permalink
Change apt key to full fingerprint
Browse files Browse the repository at this point in the history
Since a few days puppetlabs/apt module throw a warnings if a full fingerprint
is not used.
  • Loading branch information
bleuchtang committed Apr 7, 2015
1 parent 29421c4 commit 96a0325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/repo/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
location => 'http://pkg.jenkins-ci.org/debian-stable',
release => 'binary/',
repos => '',
key => 'D50582E6',
key => '150FDE3F7787E7D11EF4E12A9B7D32F2D50582E6',
key_source => 'http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key',
include_src => false,
}
Expand All @@ -24,7 +24,7 @@
location => 'http://pkg.jenkins-ci.org/debian',
release => 'binary/',
repos => '',
key => 'D50582E6',
key => '150FDE3F7787E7D11EF4E12A9B7D32F2D50582E6',
key_source => 'http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key',
include_src => false,
}
Expand Down

0 comments on commit 96a0325

Please sign in to comment.