diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-10 18:13:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-10 18:13:50 -0300 |
commit | 851985a3a0b8cf3dfe3a74103ee8fce0c5f8b295 (patch) | |
tree | 08c9662856d4b4e4d1369f1e6c59a55b29b14722 /manifests | |
parent | ce2bb91aadc54061930aefed171b6b469a5e5d44 (diff) | |
download | puppet-nodo-851985a3a0b8cf3dfe3a74103ee8fce0c5f8b295.tar.gz puppet-nodo-851985a3a0b8cf3dfe3a74103ee8fce0c5f8b295.tar.bz2 |
Adding bitcoind module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2246cb9..0e40c35 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -53,6 +53,7 @@ import "hotglue" import "ejabberd" import "mumble" import "mpd" +import "bitcoind" # Import subsystems import "subsystems/firewire.pp" |