Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Dobrovolskiy committed Feb 26, 2016
1 parent cebdd54 commit 61a3b71
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 @@ -281,6 +281,7 @@
validate_string($external_url)
if $git { validate_hash($git) }
if $git_data_dir { validate_absolute_path($git_data_dir) }
if $gitlab_git_http_server { validate_hash($gitlab_git_http_server) }
if $gitlab_workhorse { validate_hash($gitlab_workhorse) }
if $gitlab_ci { validate_hash($gitlab_ci) }
if $gitlab_rails { validate_hash($gitlab_rails) }
Expand Down

0 comments on commit 61a3b71

Please sign in to comment.