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

Typo in init.pp, global/sites params it refers to are not prefixed with nx_ #375

Closed
csdougliss opened this issue Jul 11, 2014 · 1 comment

Comments

@csdougliss
Copy link

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,
@jfryman
Copy link
Contributor

jfryman commented Jul 11, 2014

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.

@jfryman jfryman closed this as completed Jul 11, 2014
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

No branches or pull requests

2 participants