diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 22:00:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 22:00:04 -0300 |
commit | 1e4df528b6cf4a536cc19f5bba16a64031d1c015 (patch) | |
tree | 2ba661e954fe70d6c1850b450eff9b9a8f9c214e | |
parent | 0ec879b421742244e44ac2aa915b61b9369d8104 (diff) | |
download | puppet-bitcoind-1e4df528b6cf4a536cc19f5bba16a64031d1c015.tar.gz puppet-bitcoind-1e4df528b6cf4a536cc19f5bba16a64031d1c015.tar.bz2 |
Updating service pattern
-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 768c3f2..3081978 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -71,7 +71,7 @@ class bitcoind( ensure => $ensure, hasrestart => true, hasstatus => false, - pattern => '/usr/lib/bitcoin/bitcoind', + pattern => '/usr/bin/bitcoind', require => [ Package['bitcoind'], File['/var/lib/bitcoin/.bitcoin/bitcoin.conf', '/etc/init.d/bitcoind'] ], } } |