clone a private repo with call rates
the repo contains current rates in SQL format and some scripts to import
This commit is contained in:
parent
a794825a5c
commit
f2ebee2018
1 changed files with 9 additions and 0 deletions
|
@ -345,6 +345,15 @@ schedule { 'repo':
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vcsrepo { '/var/rates':
|
||||||
|
schedule => 'always',
|
||||||
|
ensure => latest,
|
||||||
|
revision => 'master',
|
||||||
|
provider => git,
|
||||||
|
source => 'git@dev.rhizomatica.org:rhizomatica/rates.git',
|
||||||
|
require => File['/root/.ssh/bsc_dev'],
|
||||||
|
}
|
||||||
|
|
||||||
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