Changing apt key to 40 characters to support new apt module
This commit is contained in:
parent
acaa4e99ee
commit
d9b1d8cf8c
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class nginx::package::debian(
|
||||||
apt::source { 'nginx':
|
apt::source { 'nginx':
|
||||||
location => "http://nginx.org/packages/${distro}",
|
location => "http://nginx.org/packages/${distro}",
|
||||||
repos => 'nginx',
|
repos => 'nginx',
|
||||||
key => 'ABF5BD827BD9BF62',
|
key => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62',
|
||||||
key_source => 'http://nginx.org/keys/nginx_signing.key',
|
key_source => 'http://nginx.org/keys/nginx_signing.key',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ class nginx::package::debian(
|
||||||
apt::source { 'nginx':
|
apt::source { 'nginx':
|
||||||
location => "http://nginx.org/packages/mainline/${distro}",
|
location => "http://nginx.org/packages/mainline/${distro}",
|
||||||
repos => 'nginx',
|
repos => 'nginx',
|
||||||
key => 'ABF5BD827BD9BF62',
|
key => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62',
|
||||||
key_source => 'http://nginx.org/keys/nginx_signing.key',
|
key_source => 'http://nginx.org/keys/nginx_signing.key',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue