Skip to content

Commit

Permalink
[B] Update apt key source
Browse files Browse the repository at this point in the history
Because everyone is sick of yarnpkg/yarn#4453
  • Loading branch information
rclarkburns committed May 15, 2018
1 parent 7b8e84a commit 56ba45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Expand Up @@ -18,7 +18,7 @@
repos => 'main',
key => {
'id' => '72ECF46A56B4AD39C907BBB71646B01B86E50310',
'server' => 'pgp.mit.edu',
'source' => 'https://dl.yarnpkg.com/debian/pubkey.gpg',
},
}

Expand Down
2 changes: 1 addition & 1 deletion spec/classes/repo_spec.rb
Expand Up @@ -23,7 +23,7 @@
.with_repos('main')
.with_key({
'id' => '72ECF46A56B4AD39C907BBB71646B01B86E50310',
'server' => 'pgp.mit.edu',
'source' => 'https://dl.yarnpkg.com/debian/pubkey.gpg',
})
}
it { is_expected.not_to contain_yumrepo('yarn') }
Expand Down

0 comments on commit 56ba45c

Please sign in to comment.