Skip to content

Commit

Permalink
add Jinja 2 to bootstrapped python packages, increment to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmay committed Feb 29, 2016
1 parent 984149f commit 4a5f4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='cloudmaker',
version='0.8',
version='0.9',
description='A provisioning tool for Digital Ocean cloud',
author='Randy May',
author_email='randy@mathysphere.com',
Expand Down
1 change: 1 addition & 0 deletions src/scripts/cloudmaker
Expand Up @@ -117,6 +117,7 @@ def deploy(directory):
ipv4 = do.publicAddressIPV4(dropletDef)
runRemoteQuietly('root',ipv4,'apt-get','update')
runRemoteQuietly('root',ipv4,'apt-get','install', '-y','python-pip')
runRemoteQuietly('root',ipv4,'pip','install', 'Jinja2')
runRemoteQuietly('root',ipv4,'pip','install', 'cloudmaker')

#copy the install resources and setup.py
Expand Down

0 comments on commit 4a5f4e1

Please sign in to comment.