changing git revision to test branch on rccn
This commit is contained in:
parent
77b827f635
commit
f972a893b3
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,7 @@ class rhizo_base {
|
||||||
ensure => present,
|
ensure => present,
|
||||||
provider => git,
|
provider => git,
|
||||||
source => 'https://github.com/Rhizomatica/rccn.git',
|
source => 'https://github.com/Rhizomatica/rccn.git',
|
||||||
revision => '1.0.5',
|
revision => 'multilectical/localhost',
|
||||||
require => [ File['/var/rhizomatica'], Package['git'] ],
|
require => [ File['/var/rhizomatica'], Package['git'] ],
|
||||||
notify => [ Exec['locale-gen'],
|
notify => [ Exec['locale-gen'],
|
||||||
Exec['restart-freeswitch'],
|
Exec['restart-freeswitch'],
|
||||||
|
@ -236,6 +236,7 @@ class rhizo_base {
|
||||||
dev => true,
|
dev => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
python::pip { 'riak':
|
python::pip { 'riak':
|
||||||
ensure => '2.0.3',
|
ensure => '2.0.3',
|
||||||
pkgname => 'riak',
|
pkgname => 'riak',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue