-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In itself good
manifests/failover.pp
Outdated
@@ -12,7 +12,7 @@ | |||
$load_balance = '3', | |||
$omapi_key = '', | |||
$dhcp_dir = $dhcp::params::dhcp_dir, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this 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
manifests/failover.pp
Outdated
$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 { |
There was a problem hiding this comment.
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.
There was a problem hiding this 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? ;)
Remove inheritance of dhcp::params
No description provided.