]> gitweb.fluxo.info Git - puppet-bitcoind.git/commitdiff
Fixing template file name
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 11 Aug 2012 16:26:58 +0000 (13:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 11 Aug 2012 16:26:58 +0000 (13:26 -0300)
manifests/init.pp

index 42251dfa3b66494eddea062c467c86f14396c467..f5ff6066e2b8f99230f0c1eeea2a49b32c00918a 100644 (file)
@@ -38,7 +38,7 @@ class bitcoind($daemon_args = '-daemon') {
     owner   => 'bitcoin',
     group   => 'bitcoin',
     mode    => 0640,
-    content => template('bitcoind/bitcoind.conf.erb'),
+    content => template('bitcoind/bitcoin.conf.erb'),
     require => File['/var/lib/bitcoin/.bitcoin'],
   }