diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index 181904e..a51fc33 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -286,7 +286,7 @@ schedule { 'repo': ensure => latest, provider => git, source => 'git@dev.rhizomatica.org:rhizomatica/rccn.git', - revision => 'whyteks/testing', + revision => 'master', require => [ File['/var/rhizomatica'], Package['git'] ], notify => [ Exec['locale-gen'], Exec['notify-freeswitch'],