Fixing ruby <-> puppet misconfiguration - warning() should be used instead of warn().

This commit is contained in:
Marcin Lipiec 2016-02-22 14:56:59 +01:00
parent a674c8d5ce
commit 9e0e51c27c

View file

@ -123,7 +123,7 @@ class nginx::config(
validate_string($proxy_http_version) validate_string($proxy_http_version)
} }
if ($proxy_conf_template != undef) { if ($proxy_conf_template != undef) {
warn('The $proxy_conf_template parameter is deprecated and has no effect.') warning('The $proxy_conf_template parameter is deprecated and has no effect.')
} }
validate_bool($confd_purge) validate_bool($confd_purge)
validate_bool($vhost_purge) validate_bool($vhost_purge)