Cosmetic, reorder stanzas
This commit is contained in:
parent
a783cb49e3
commit
88b840a2e6
1 changed files with 24 additions and 24 deletions
|
@ -381,6 +381,26 @@ schedule { 'never':
|
||||||
Exec['rrd-n-create'], ],
|
Exec['rrd-n-create'], ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vcsrepo { '/var/meas':
|
||||||
|
schedule => 'onceday',
|
||||||
|
ensure => latest,
|
||||||
|
provider => git,
|
||||||
|
# source => 'https://github.com/whyteks/meas_web.git',
|
||||||
|
source => 'https://gitlab.tic-ac.org/keith/meas_web.git',
|
||||||
|
revision => 'master',
|
||||||
|
require => [ Package['git'] ],
|
||||||
|
notify => [ Exec['restart-meas'] ],
|
||||||
|
}
|
||||||
|
|
||||||
|
vcsrepo { '/var/rates':
|
||||||
|
schedule => 'onceday',
|
||||||
|
ensure => latest,
|
||||||
|
revision => 'master',
|
||||||
|
provider => git,
|
||||||
|
source => 'git@dev.rhizomatica.org:rhizomatica/rates.git',
|
||||||
|
require => File['/root/.ssh/bsc_dev'],
|
||||||
|
}
|
||||||
|
|
||||||
file { '/var/rhizomatica/rccn/config_values.py':
|
file { '/var/rhizomatica/rccn/config_values.py':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template('rhizo_base/config_values.py.erb'),
|
content => template('rhizo_base/config_values.py.erb'),
|
||||||
|
@ -392,15 +412,10 @@ schedule { 'never':
|
||||||
Exec['restart-esme'], ],
|
Exec['restart-esme'], ],
|
||||||
}
|
}
|
||||||
|
|
||||||
vcsrepo { '/var/meas':
|
file { '/var/rhizomatica/bts_defs.json':
|
||||||
schedule => 'onceday',
|
ensure => present,
|
||||||
ensure => latest,
|
content => template('rhizo_base/bts_defs.json.erb'),
|
||||||
provider => git,
|
require => File['/var/rhizomatica'],
|
||||||
# source => 'https://github.com/whyteks/meas_web.git',
|
|
||||||
source => 'https://gitlab.tic-ac.org/keith/meas_web.git',
|
|
||||||
revision => 'master',
|
|
||||||
require => [ Package['git'] ],
|
|
||||||
notify => [ Exec['restart-meas'] ],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/var/meas/www/meas-web/bts_defs.js':
|
file { '/var/meas/www/meas-web/bts_defs.js':
|
||||||
|
@ -416,21 +431,6 @@ schedule { 'never':
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
}
|
}
|
||||||
|
|
||||||
vcsrepo { '/var/rates':
|
|
||||||
schedule => 'onceday',
|
|
||||||
ensure => latest,
|
|
||||||
revision => 'master',
|
|
||||||
provider => git,
|
|
||||||
source => 'git@dev.rhizomatica.org:rhizomatica/rates.git',
|
|
||||||
require => File['/root/.ssh/bsc_dev'],
|
|
||||||
}
|
|
||||||
|
|
||||||
file { '/var/rhizomatica/bts_defs.json':
|
|
||||||
ensure => present,
|
|
||||||
content => template('rhizo_base/bts_defs.json.erb'),
|
|
||||||
require => File['/var/rhizomatica'],
|
|
||||||
}
|
|
||||||
|
|
||||||
file { '/var/rhizomatica/bin/check_account_balance.sh':
|
file { '/var/rhizomatica/bin/check_account_balance.sh':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template('rhizo_base/check_account_balance.sh.erb'),
|
content => template('rhizo_base/check_account_balance.sh.erb'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue