Skip to content

Hiera lookup #536

@PierreR

Description

@PierreR

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions