Skip to content

Commit

Permalink
Make spec test pass again.
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed May 26, 2015
1 parent d6d0185 commit ca88f17
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions manifests/certificate/x509.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,22 @@
# lint:endignore
validate_string($base_dir)
validate_absolute_path($base_dir)
validate_string($cnf_dir)
validate_absolute_path($cnf_dir)
validate_string($csr_dir)
validate_absolute_path($csr_dir)
validate_string($crt_dir)
validate_absolute_path($crt_dir)
validate_string($key_dir)
validate_absolute_path($key_dir)
validate_string($cnf)
validate_absolute_path($cnf)
validate_string($csr)
validate_absolute_path($csr)
validate_string($crt)
validate_absolute_path($crt)
validate_string($key)
validate_absolute_path($key)
validate_string($_cnf_dir)
validate_absolute_path($_cnf_dir)
validate_string($_csr_dir)
validate_absolute_path($_csr_dir)
validate_string($_crt_dir)
validate_absolute_path($_crt_dir)
validate_string($_key_dir)
validate_absolute_path($_key_dir)
validate_string($_cnf)
validate_absolute_path($_cnf)
validate_string($_csr)
validate_absolute_path($_csr)
validate_string($_crt)
validate_absolute_path($_crt)
validate_string($_key)
validate_absolute_path($_key)
validate_string($owner)
validate_string($group)
validate_string($password)
Expand Down

0 comments on commit ca88f17

Please sign in to comment.