Created
May 7, 2014 11:18
-
-
Save kbarber/3ba18d6870b5b17fe82e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@localhost:/etc/apt# grep -v '^#' sources.list | sort | uniq | |
deb http://security.ubuntu.com/ubuntu precise-security main restricted | |
deb http://security.ubuntu.com/ubuntu precise-security multiverse | |
deb http://security.ubuntu.com/ubuntu precise-security universe | |
deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse | |
deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted | |
deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse | |
deb http://us.archive.ubuntu.com/ubuntu/ precise universe | |
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted | |
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse | |
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe | |
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted | |
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse | |
deb-src http://security.ubuntu.com/ubuntu precise-security universe | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse | |
deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates universe | |
root@localhost:/etc/apt# cat sources.list.d/puppetlabs.list | |
# Puppetlabs products | |
deb http://apt.puppetlabs.com precise main | |
deb-src http://apt.puppetlabs.com precise main | |
# Puppetlabs dependencies | |
deb http://apt.puppetlabs.com precise dependencies | |
deb-src http://apt.puppetlabs.com precise dependencies | |
# Puppetlabs devel (uncomment to activate) | |
# deb http://apt.puppetlabs.com precise devel | |
# deb-src http://apt.puppetlabs.com precise devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment