summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-11 13:32:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-11 13:32:00 -0300
commit4ad1d13d770327a612c9296099316e73e83f17e6 (patch)
treeb4ae0d8ed1e67aeb42c4e3b44b8223e5fd0e86a0
parent79def04657ac98652d6d085c7c04bd8cc96a8a11 (diff)
downloadpuppet-bitcoind-4ad1d13d770327a612c9296099316e73e83f17e6.tar.gz
puppet-bitcoind-4ad1d13d770327a612c9296099316e73e83f17e6.tar.bz2
Changing config file permission
-rw-r--r--manifests/init.pp2
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'],
}