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

Add parameter to specify an alternate package name to install #42

Merged
merged 1 commit into from
Aug 21, 2013

Conversation

rharrison10
Copy link

We have built a haproxy15 package so we can use it for ssl proxy applications. Everything else works with your module so being able to specify the name of the package to install would be very helpful. I'm sure others have similar needs.

@rharrison10
Copy link
Author

Any thoughts on this? Its a pretty simple change. Should I implement it in a different way?

@@ -63,16 +65,17 @@
$manage_service = true,
$enable = true,
$global_options = $haproxy::params::global_options,
$defaults_options = $haproxy::params::defaults_options
$defaults_options = $haproxy::params::defaults_options,
$pkg_name = 'haproxy'
Copy link

Choose a reason for hiding this comment

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

Could you make this the full $package_name parameter name instead of a shortened form?

@hunner
Copy link

hunner commented Aug 19, 2013

Sorry to not see this sooner! I left a comment and will try to check back soon. Feel free to ping me (Hunner) on #puppet on freenode if I don't respond.

rharrison10 added a commit to rharrison10/puppetlabs-haproxy that referenced this pull request Aug 21, 2013
@rharrison10
Copy link
Author

I updated my branch with the requested changes.

rharrison10 added a commit to rharrison10/puppetlabs-haproxy that referenced this pull request Aug 21, 2013
hunner added a commit that referenced this pull request Aug 21, 2013
Add parameter to specify an alternate package name to install
@hunner hunner merged commit 4b8159a into puppetlabs:master Aug 21, 2013
@rharrison10 rharrison10 deleted the rharrison/pkg_name branch August 21, 2013 18:48
cegeka-jenkins pushed a commit to cegeka/puppet-haproxy that referenced this pull request Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants