Skip to content

Instantly share code, notes, and snippets.

@stuartrexking
Created October 10, 2011 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartrexking/1276291 to your computer and use it in GitHub Desktop.
Save stuartrexking/1276291 to your computer and use it in GitHub Desktop.
apt adding key and source
Expected line:
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
Actual line:
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart 10gen
-----
apt_repository "mongo10gen" do
uri "http://downloads-distro.mongodb.org/repo/ubuntu-upstart"
components ["10gen"]
distribution node['dist']
keyserver "keyserver.ubuntu.com"
key "7F0CEB10"
action :add
end
-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment