Skip to content

Commit

Permalink
Changing apt key to 40 characters to support new apt module
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik R. Rygg committed Mar 23, 2015
1 parent acaa4e9 commit d9b1d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
apt::source { 'nginx':
location => "http://nginx.org/packages/${distro}",
repos => 'nginx',
key => 'ABF5BD827BD9BF62',
key => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62',
key_source => 'http://nginx.org/keys/nginx_signing.key',
}
}
'nginx-mainline': {
apt::source { 'nginx':
location => "http://nginx.org/packages/mainline/${distro}",
repos => 'nginx',
key => 'ABF5BD827BD9BF62',
key => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62',
key_source => 'http://nginx.org/keys/nginx_signing.key',
}
}
Expand Down

0 comments on commit d9b1d8c

Please sign in to comment.