Validate boolean config option.
This commit is contained in:
parent
f5a12bdb33
commit
cc01a84e39
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue