Meas: Use master branch

This commit is contained in:
Monocots 2022-10-25 18:56:02 +00:00
parent 1a6c01175e
commit 04240764ba

View file

@ -389,11 +389,6 @@ schedule { 'never':
Exec['rrd-n-create'], ], Exec['rrd-n-create'], ],
} }
$meas_branch = $osmo_stack ? {
'split' => 'keith/osmo-bsc',
default => 'master'
}
vcsrepo { '/var/www/html/CGP': vcsrepo { '/var/www/html/CGP':
schedule => 'onceday', schedule => 'onceday',
ensure => latest, ensure => latest,
@ -408,7 +403,7 @@ schedule { 'never':
provider => git, provider => git,
# source => 'https://github.com/whyteks/meas_web.git', # source => 'https://github.com/whyteks/meas_web.git',
source => 'https://gitlab.tic-ac.org/keith/meas_web.git', source => 'https://gitlab.tic-ac.org/keith/meas_web.git',
revision => $meas_branch, revision => 'master',
require => [ Package['git'] ], require => [ Package['git'] ],
notify => [ Exec['restart-meas'] ], notify => [ Exec['restart-meas'] ],
} }