Created
August 5, 2011 19:00
-
-
Save issackelly/1128247 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"run_list": [ | |
"main::default", | |
"main::python", | |
"main::nginx", | |
"main::munin", | |
"main::security", | |
"main::postgresql", | |
"main::postgis" | |
], | |
"base_packages": [ | |
"git-core", | |
"libjpeg62-dev", | |
"bash-completion", | |
"nmap", | |
"telnet", | |
"build-essential", | |
"libxml2", | |
"libxslt1-dev" | |
], | |
"ubuntu_python_packages": [ | |
"python-setuptools", | |
"python-pip", | |
"python-dev", | |
"libpq-dev" | |
], | |
"pip_python_packages": { | |
"virtualenv": null, | |
"mercurial": null, | |
"virtualenvwrapper": null, | |
"PIL": null, | |
"psycopg2": null, | |
"lxml": null, | |
"supervisor": null | |
}, | |
"users": { | |
"serveruser": { | |
"id": 1001, | |
"full_name": "Server User", | |
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAxe4mW1ENoCCtktI3JLvgcX/gd/j5Kqe7dQjDOKSAHMSbdqSHXoOWvXjBQi9nf5WSgXylwU9cq9GG43aIILu5JUWBU23vSLgsio7qERzleHXfWF7C0bwzWQpPcwx1OZ5pJN3wBtb8QBzheIPpioISzJzD0RWhJxBPCp/rBqoSZ8nT/BVP4BiljAu8uDm5ytfXTVknffptMrzD049XR2YY5ClQSWUBN6zDbWwVKHKXqxlFgOdhVgw+f1jInRwUmPNRHdnz99u0t/dwzKH8bSDbybUMaZffw61t4Xq+7+AXkBOMLK1IncJecR63r7mUzXR/iAV+hVmxPMZ1QZocO04G3Q== [email protected]" | |
} | |
}, | |
"groups": { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment