ensure => directory,
owner => 'bitcoin',
group => 'bitcoin',
- mode => 0750,
+ mode => '0750',
require => User['bitcoin'],
}
ensure => directory,
owner => 'bitcoin',
group => 'bitcoin',
- mode => 0750,
+ mode => '0750',
require => File['/var/lib/bitcoin'],
}
ensure => present,
owner => 'bitcoin',
group => 'bitcoin',
- mode => 0600,
+ mode => '0600',
content => template('bitcoind/bitcoin.conf.erb'),
require => File['/var/lib/bitcoin/.bitcoin'],
notify => Service['bitcoind'],
ensure => present,
owner => root,
group => root,
- mode => 0755,
+ mode => '0755',
content => template('bitcoind/bitcoind-init.d.sh.erb'),
notify => Service['bitcoind'],
}