Small chef change.

rtd2
Eric Holscher 2011-04-14 22:28:58 -07:00
parent 8158f5e34d
commit b1e3fe4ccf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"chef_type": "role",
"run_list": [ "main::default", "main::python", "main::munin", "main::security"],
"default_attributes": {
"all_servers": ["golem", "127.0.0.1"],
"all_servers": {"golem": "127.0.0.1"},
"base_packages": ["git-core", "ipython", "subversion", "bzr"],
"ubuntu_python_packages": ["python-setuptools", "python-pip", "python-dev", "libpq-dev"],
"pip_python_packages": {"virtualenv": "1.5.1", "mercurial": "1.7"},