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

dhcp::failover parameter scope fix #165

Merged
merged 2 commits into from
Nov 10, 2017
Merged

dhcp::failover parameter scope fix #165

merged 2 commits into from
Nov 10, 2017

Conversation

aquister
Copy link
Contributor

@aquister aquister commented Nov 9, 2017

No description provided.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

In itself good

@@ -12,7 +12,7 @@
$load_balance = '3',
$omapi_key = '',
$dhcp_dir = $dhcp::params::dhcp_dir,
Copy link
Member

Choose a reason for hiding this comment

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

Would you mind fixing this as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

I'll let Travis do its thing

$dhcp_dir = $dhcp::params::dhcp_dir,
$dhcpd_conf_filename = $dhcp::params::dhcpd_conf_filename,
$dhcp_dir = $dhcp::dhcp_dir,
$dhcpd_conf_filename = $dhcp::dhcpd_conf_filename,
) inherits dhcp::params {
Copy link
Member

Choose a reason for hiding this comment

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

I believe you can remove the inheritance.

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Anything else we can get in or shall we just merge it? ;)

@btravouillon btravouillon merged commit 99536ef into voxpupuli:master Nov 10, 2017
@aquister aquister deleted the param-fix branch November 13, 2017 08:27
cegeka-jenkins pushed a commit to cegeka/puppet-dhcp that referenced this pull request Jun 26, 2020
Remove inheritance of dhcp::params
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.

4 participants