summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ee1f719..506ad23 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,4 +1,4 @@
-class bitcoind($daemon_args = '') {
+class bitcoind($daemon_args = '-daemon') {
package { 'bitcoind':
ensure => installed,
}