diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-11 13:26:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-11 13:26:58 -0300 |
commit | 79def04657ac98652d6d085c7c04bd8cc96a8a11 (patch) | |
tree | 4c148aed357a904dd1f56ec81f8a57fd8f53210f | |
parent | d0bf25e781b9d44735c9d2932f01c3643bb7151b (diff) | |
download | puppet-bitcoind-79def04657ac98652d6d085c7c04bd8cc96a8a11.tar.gz puppet-bitcoind-79def04657ac98652d6d085c7c04bd8cc96a8a11.tar.bz2 |
Fixing template file name
-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 42251df..f5ff606 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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'], } |