We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class foreman::puppetmaster ( $foreman_url = $foreman::params::foreman_url, $foreman_user = $foreman::params::foreman_user, $foreman_password = $foreman::params::foreman_password,
$foreman::params::foreman_user and $foreman::params::foreman_password are never defined and seems that are also never used
The text was updated successfully, but these errors were encountered:
Pretty sure they're used in the template. That they're not defined is fixed in #219.
Sorry, something went wrong.
Yes, I see that they are used in a template file. But still, if they don't have default values, they should not be defined as sow.
This has been fixed in 2e42934.
No branches or pull requests
class foreman::puppetmaster (
$foreman_url = $foreman::params::foreman_url,
$foreman_user = $foreman::params::foreman_user,
$foreman_password = $foreman::params::foreman_password,
$foreman::params::foreman_user and $foreman::params::foreman_password are never defined and seems that are also never used
The text was updated successfully, but these errors were encountered: