Meas: Use master branch
This commit is contained in:
parent
1a6c01175e
commit
04240764ba
1 changed files with 1 additions and 6 deletions
|
@ -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'] ],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue