Validate boolean config option.

This commit is contained in:
Jan Örnstedt 2014-06-04 23:28:04 +02:00
parent f5a12bdb33
commit cc01a84e39

View file

@ -155,6 +155,7 @@ class nginx (
validate_hash($nginx_mailhosts)
validate_bool($manage_repo)
validate_string($proxy_headers_hash_bucket_size)
validate_bool($super_user)
class { 'nginx::package':
package_name => $package_name,