~marcoceppi/charms/precise/wordpress/tests

« back to all changes in this revision

Viewing changes to hooks/cache-relation-departed

  • Committer: Marco Ceppi
  • Date: 2012-08-27 22:18:13 UTC
  • mfrom: (55.1.6 wordpress)
  • Revision ID: marco@ceppi.net-20120827221813-ivqpqv6oy8yaainz
Marco Ceppi 2012-08-27 Updated to build wp-cli from source
Marco Ceppi 2012-08-27 idea => ideal
Marco Ceppi 2012-08-25 Added warning about HP Cloud standard.xsmall
Marco Ceppi 2012-08-25 Fix so that php5-fpm can run on t1.micro and standard.xsmall instances
Marco Ceppi 2012-08-25 Fixes to sed lines for compatibility?
Marco Ceppi 2012-08-24 Memcache support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -eu
 
4
 
 
5
source inc/common
 
6
 
 
7
if [ ! -f .memcache ]; then
 
8
        juju-log "I guess we've already done this..."
 
9
        exit 0
 
10
fi
 
11
 
 
12
rm -f .memcache
 
13
 
 
14
juju-log "Fairwell memcache, fairwell memcache"
 
15
 
 
16
. hooks/config-changed