jbussdieker / puppet-carbon

Puppet Carbon management module
1 stars 1 forks source link

Require whisper install #6

Open jbussdieker opened 9 years ago

jbussdieker commented 9 years ago

Need to make daemons depend on whisper somehow.

Execution of '/etc/init.d/carbon-cache-a start' returned 1:
 * Starting carbon cache
 Traceback (most recent call last):
 File "/opt/graphite/bin/carbon-cache.py", line 32, in <module> run_twistd_plugin(__file__)
 File "/opt/graphite/lib/carbon/util.py", line 32, in run_twistd_plugin from carbon.conf import get_parser
 File "/opt/graphite/lib/carbon/conf.py", line 24, in <module> import whisper ImportError: No module named whisper ...fail! 
jbussdieker commented 9 years ago

Fixed at 92dfc3daef3720f8a40f2479a35d31ae44dcc2af

daks commented 9 years ago

Hello, does it means that this module can't be used only for carbon usage? I want to install only carbon to do routing between two carbon+whisper instances.

jbussdieker commented 9 years ago

Hmm good point. I suppose that logic makes more sense in the carbon cache.