From 9e0e51c27c88b25973a16e646993097bd23caf65 Mon Sep 17 00:00:00 2001 From: Marcin Lipiec Date: Mon, 22 Feb 2016 14:56:59 +0100 Subject: [PATCH] Fixing ruby <-> puppet misconfiguration - warning() should be used instead of warn(). --- manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/config.pp b/manifests/config.pp index ff9392c46..5f80ecd4a 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -123,7 +123,7 @@ validate_string($proxy_http_version) } 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($vhost_purge)