Skip to content

Commit

Permalink
Merge pull request #768 from mlipiec/master
Browse files Browse the repository at this point in the history
Fixing ruby <-> puppet misconfiguration - warning() should be used in…
  • Loading branch information
3flex committed Feb 22, 2016
2 parents a674c8d + 9e0e51c commit 9b67376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b67376

Please sign in to comment.