Fix get_account_balance.sh permissions (has to be 755)

This commit is contained in:
Ciaby 2015-08-20 16:45:34 +02:00
parent e0f15a6a0a
commit 2981791ce7

View file

@ -165,6 +165,7 @@ class rhizo_base {
ensure => present,
content => template('rhizo_base/get_account_balance.sh.erb'),
require => Vcsrepo['/var/rhizomatica'],
mode => '0755',
}