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
There appears to be a typo in init.pp, the params it refers to are not prefixed with nx_
$global_owner = $nginx::params::nx_global_owner, $global_group = $nginx::params::nx_global_group, $global_mode = $nginx::params::nx_global_mode, $sites_available_owner = $nginx::params::nx_sites_available_owner, $sites_available_group = $nginx::params::nx_sites_available_group, $sites_available_mode = $nginx::params::nx_sites_available_mode,
The text was updated successfully, but these errors were encountered:
Eh, this isn't too much of a problem. The nx_ convention needs to go, as it provides little value. I thought early on it'd help, but it really hasn't.
nx_
Sorry, something went wrong.
No branches or pull requests
There appears to be a typo in init.pp, the params it refers to are not prefixed with nx_
The text was updated successfully, but these errors were encountered: