diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f5ff606..c8599f0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,7 @@ class bitcoind($daemon_args = '-daemon') { ensure => present, owner => 'bitcoin', group => 'bitcoin', - mode => 0640, + mode => 0600, content => template('bitcoind/bitcoin.conf.erb'), require => File['/var/lib/bitcoin/.bitcoin'], } |