Skip to content

Commit

Permalink
Merge pull request #32 from ddeboer/fix-key
Browse files Browse the repository at this point in the history
Fix key was not added
  • Loading branch information
maxchk committed Jul 3, 2014
2 parents 5fb8c71 + c81e4d6 commit eaef404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
apt::source { 'varnish':
location => "${repo_base_url}/${repo_distro}",
repos => "varnish-${repo_version}",
key => 'C4DEFFEB',
key_source => 'http://repo.varnish-cache.org/debian/GPG-key.txt',
}
}
Expand Down

0 comments on commit eaef404

Please sign in to comment.