Skip to content

Commit c5737d6

Browse files
author
Derrick Dymock
committed
Fix pathing issues for SSL.
SSL as defined in the templates is $ssl_path/$ssl_(cert/key), but the unicorn check sees if path, cert, and key are complete valid paths. So this commit to remove those checks should fix any issues that have come up from that.
1 parent 5ddb49b commit c5737d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manifests/unicorn.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262

6363
# puppetlabs-stdlib functions
6464
validate_absolute_path($ssl_path)
65-
validate_absolute_path($ssl_cert)
66-
validate_absolute_path($ssl_key)
6765

6866
} else {
6967
$appname = regsubst( $srvname , '^(\w+?)\..*?$' , '\1' )

0 commit comments

Comments
 (0)