Skip to content

Commit

Permalink
Validate boolean config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
janorn committed Jun 4, 2014
1 parent 2dba4bd commit 8906c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
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,
Expand Down

0 comments on commit 8906c9a

Please sign in to comment.