fixing name of branch on rccn repo

This commit is contained in:
dave onion 2015-10-27 12:33:34 -06:00
parent f972a893b3
commit f71f3162cc

View file

@ -154,7 +154,7 @@ class rhizo_base {
ensure => present,
provider => git,
source => 'https://github.com/Rhizomatica/rccn.git',
revision => 'multilectical/localhost',
revision => 'multilectical/localnetpage',
require => [ File['/var/rhizomatica'], Package['git'] ],
notify => [ Exec['locale-gen'],
Exec['restart-freeswitch'],