summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-02 17:23:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-02 17:23:01 -0300
commit32afd174079e33b85f3439bb02b7dcea2efad9b3 (patch)
treead5d4e537bb43346fc3c57b0c3e22f56a297a942 /templates
parent1e4df528b6cf4a536cc19f5bba16a64031d1c015 (diff)
downloadpuppet-bitcoind-32afd174079e33b85f3439bb02b7dcea2efad9b3.tar.gz
puppet-bitcoind-32afd174079e33b85f3439bb02b7dcea2efad9b3.tar.bz2
Adding rpcuser parameter
Diffstat (limited to 'templates')
-rw-r--r--templates/bitcoin.conf.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bitcoin.conf.erb b/templates/bitcoin.conf.erb
index 1e68b85..14f359f 100644
--- a/templates/bitcoin.conf.erb
+++ b/templates/bitcoin.conf.erb
@@ -34,6 +34,7 @@ maxconnections=<%= maxconnections %>
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
#rpcuser=Ulysseys
#rpcpassword=YourSuperGreatPasswordNumber_385593
+rpcuser=<%= rpcuser %>
rpcpassword=<%= rpcpassword %>
# By default, only RPC connections from localhost are allowed. Specify