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

Commit

Permalink
New gpg key
Browse files Browse the repository at this point in the history
  As per https://github.com/smira/aptly/issues/717 , the previous gpg key has expired
  • Loading branch information
rtrinque committed Apr 11, 2018
1 parent 761eded commit b7490ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
repos => 'main',
key => {
'server' => $key_server,
'id' => 'DF32BC15E2145B3FA151AED19E3E53F19C7DE460',
'id' => '26DA9D8630302E0B86A7A2CBED75B5A4483DA07C',
},
}

Expand Down
2 changes: 1 addition & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
should contain_apt__source('aptly').with(
:key => {
'server' => 'somekeyserver.com',
'id' => 'DF32BC15E2145B3FA151AED19E3E53F19C7DE460'
'id' => '26DA9D8630302E0B86A7A2CBED75B5A4483DA07C'
},
)
end
Expand Down

0 comments on commit b7490ee

Please sign in to comment.