changing revision to point back to tag 1.0.6 as on master

This commit is contained in:
onion 2015-11-17 11:11:35 -06:00
parent 5f2ba3993d
commit 988c14e909

View file

@ -189,9 +189,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 => 'multilectical/localnetpage', revision => '1.0.6',
# change back for production
# revision => '1.0.6',
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'],