mirror of https://github.com/zulip/zulip.git
puppet: Install South on our servers.
(imported from commit 18b25c6329508a235229992da48a9888b2cc244c)
This commit is contained in:
parent
6893cce9dc
commit
54748643d5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue