~jameinel/charms/precise/tarmac/add-install-dependencies

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: James Westby
  • Date: 2012-05-15 23:48:00 UTC
  • Revision ID: james.westby@canonical.com-20120515234800-avgxmodobwusiq47
Initial version of the tarmac charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# Here do anything needed to install the service
 
3
# i.e. apt-get install -y foo  or  bzr branch http://myserver/mycode /srv/webroot
 
4
 
 
5
set -e
 
6
 
 
7
apt-get install -y puppet
 
8
puppet apply --templatedir=. tarmac.pp