summaryrefslogtreecommitdiff
path: root/fabfile.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-12 17:21:54 -0400
committerbnewbold <bnewbold@robocracy.org>2012-07-12 22:25:50 -0400
commitf1e764f2e5728113f191456236d02fdae6e7680a (patch)
tree46484b2871311fd213c1df2e2b228a0db8635903 /fabfile.py
parent337560b0d197fb3d1b4fd7cb1fdecc687c9f9758 (diff)
integrate exmachina configuration management layer
- add exmachina code and test code - modify plinth.py to listen for shared secret on stdin at start (if appropriate flag is set) and try to connect to exmachina daemon - use exmachina to read and set /etc/hostname as a demo - update plinth init.d script to start exmachina and share keys - update docs with new deps and run instructions
Diffstat (limited to 'fabfile.py')
-rw-r--r--fabfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabfile.py b/fabfile.py
index 92a52e1..4b4d254 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -138,7 +138,7 @@ def apache():
@task
def deps():
"Basic plinth dependencies"
- sudo('apt-get install --no-install-recommends -y python make python-cheetah pandoc python-simplejson python-pyme')
+ sudo('apt-get install --no-install-recommends -y python make python-cheetah pandoc python-simplejson python-pyme python-augeas python-bjsonrpc')
@task
def update():