module-nginx/spec/classes
Motiejus Jakštys 0a1dacf605 Allow using $http_cfg_append with list of lists
It should be possible to include array of arrays in order to have
duplicate configuration keys (when permitted), like:

    nginx::http_cfg_append:
        - [include, /etc/nginx/vhosts/*.ngx]
        - [include, /etc/nginx/vhosts/*/*.ngx]
2014-07-01 06:35:20 +02:00
..
config_spec.rb Allow using $http_cfg_append with list of lists 2014-07-01 06:35:20 +02:00
nginx_spec.rb Added nginx::resource::mailhost to be configured via hiera 2014-04-08 00:36:36 +02:00
package_spec.rb fix tests 2014-06-20 16:35:23 +02:00
params_spec.rb use new count matchers in params class 2013-12-07 13:39:24 -05:00
service_spec.rb remove duplicate ref to params in nginx::service 2014-03-04 17:46:45 +01:00