-
-
Notifications
You must be signed in to change notification settings - Fork 872
Closed
Description
I have spent a couple of hours to migrate our config to use hiera as indicated by https://github.com/jfryman/puppet-nginx/blob/master/docs/hiera.md
While I am testing this, I see no param change when I use nginx::config::parameterx
.
Here is an example:
nginx::config::client_max_body_size: '100m'
nginx::config::worker_processes: 2
using:
class { 'nginx':
}
Of course It works when I use:
class { 'nginx':
worker_processes => 2
}
Note also that if I use in hiera:
nginx::worker_processes: 2
then it works ...
Am I missing something ?
I am using the latest tag 0.2.1
and puppet 3.7.3
Thanks for your help.
Metadata
Metadata
Assignees
Labels
No labels