Added get_account_balance.sh template
This commit is contained in:
parent
c7b02a3d41
commit
f99df6fd2f
2 changed files with 14 additions and 0 deletions
|
@ -160,6 +160,13 @@ class rhizo_base {
|
|||
Exec['restart-rapi'] ],
|
||||
}
|
||||
|
||||
file { '/var/rhizomatica/bin/get_account_balance.sh':
|
||||
ensure => present,
|
||||
content => template('rhizo_base/get_account_balance.sh.erb'),
|
||||
require => Vcsrepo['/var/rhizomatica'],
|
||||
}
|
||||
|
||||
|
||||
file { '/var/rhizomatica/rccn/config_values.py':
|
||||
ensure => present,
|
||||
content => template('rhizo_base/config_values.py.erb'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue