-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference to missing service puppetboard #58
Comments
Incidentally, it's probably better to manage this in settings.py's DEV_LISTEN_HOST param. |
Ya I don't know when we lost the puppetboard service.... It used to be able to listen with just python app.py in dev mode. I'll try to kick this on the train later today. |
Wow I totally failed at finding time to deal with this. Sorry. I'll try again, but if anyone else has time to pen a quick fix please let me know. |
@nibalizer This bit me today. No luck getting puppetboard going at all using this module. Perhaps you could post a gist of the code/hiera data that works for you? I'm happy to add support for EL 6 once I can get it working in some fashion. |
ah hrm. We should fix this... |
Is this still a problem? |
Yes, this is still a problem. I hit it today when installing puppetboard. Can't the notify just be removed? |
I just removed the notify line. Let me know if it breaks anything. |
If you set listen => 'public' you get an invalid relationships error since Service[puppetboard] seems not to be defined anywhere.
https://github.com/puppet-community/puppet-module-puppetboard/blob/master/manifests/init.pp#L246
The text was updated successfully, but these errors were encountered: