puppet: Install South on our servers.

(imported from commit 18b25c6329508a235229992da48a9888b2cc244c)
This commit is contained in:
Tim Abbott 2013-01-17 18:50:59 -05:00
parent 6893cce9dc
commit 54748643d5
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ class humbug_base {
command => "pip install pika",
onlyif => "test ! -d /usr/local/lib/python2.6/dist-packages/pika"
}
exec {"pip5":
command => "pip install South",
onlyif => "test ! -d /usr/local/lib/python2.6/dist-packages/south"
}
group { 'humbug':
ensure => present,