Fixing ruby <-> puppet misconfiguration - warning() should be used instead of warn().
This commit is contained in:
parent
a674c8d5ce
commit
9e0e51c27c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue