]> gitweb.fluxo.info Git - puppet-bitcoind.git/commitdiff
Changing config file permission
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 11 Aug 2012 16:32:00 +0000 (13:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 11 Aug 2012 16:32:00 +0000 (13:32 -0300)
manifests/init.pp

index f5ff6066e2b8f99230f0c1eeea2a49b32c00918a..c8599f07519193b70b4d0ac2b4c96819b1920353 100644 (file)
@@ -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'],
   }