Skip to content
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

Added bind_address option to webhook.yaml #123

Merged
merged 1 commit into from
Feb 10, 2015

Conversation

WhatsARanjit
Copy link
Contributor

Some implementations default to listen only on localhost due to Rack/webrick handler. Need an option to tell rack/webrick to listen on a certain address.

acidprime added a commit that referenced this pull request Feb 10, 2015
Added bind_address option to webhook.yaml
@acidprime acidprime merged commit 6865ffe into voxpupuli:master Feb 10, 2015
@@ -33,6 +33,7 @@
# Webhook configuration information
$webhook_user = 'puppet'
$webhook_pass = 'puppet'
$webhook_bind_address = $::ipaddress
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should default to '0.0.0.0'. Otherwise the hook won't bind on all interfaces, as is the expected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants