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
So did a simple nginx setup, but nginx wasn't running at the end of it, I had to explicitly set it to start:
class {'nginx': service_ensure => 'running' }
I noticed that this was removed from hiera in d8b93ee, was there a reason for this? Would be good to default to running IMHO 😄
The text was updated successfully, but these errors were encountered:
a5f9c1e
hiera: set defaults to pass to nginx::service
d211ff7
Fixes voxpupuli#488
No branches or pull requests
So did a simple nginx setup, but nginx wasn't running at the end of it, I had to explicitly set it to start:
I noticed that this was removed from hiera in d8b93ee, was there a reason for this? Would be good to default to running IMHO 😄
The text was updated successfully, but these errors were encountered: