~mthaddon/charms/precise/memcached/basenode-and-nrpe-external

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Tom Haddon
  • Date: 2013-04-17 17:04:41 UTC
  • Revision ID: tom.haddon@canonical.com-20130417170441-ejb35uu5mzqi2u07
We need python-memcache for the nagios check in nrpe-external-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    done
14
14
fi
15
15
 
16
 
DEBIAN_FRONTEND=noninteractive apt-get -y install -qq memcached python-cheetah
 
16
DEBIAN_FRONTEND=noninteractive apt-get -y install -qq memcached python-cheetah python-memcache
17
17
 
18
18
cat > /etc/default/memcached <<EOF
19
19
ENABLE_MEMCACHED=yes