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:
Monocots 2019-09-04 10:35:00 +00:00
parent a794825a5c
commit f2ebee2018

View file

@ -345,6 +345,15 @@ schedule { 'repo':
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':
ensure => present,
content => template('rhizo_base/check_account_balance.sh.erb'),