Skip to content

Commit

Permalink
Further to previous commit, make sure passfile path is available to E…
Browse files Browse the repository at this point in the history
…RB template.
  • Loading branch information
PeterParker committed Feb 24, 2016
1 parent 02dfeb5 commit fbc5c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/create_service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
$mode = 'domain',
$das_port = undef,
$status_cmd = undef,
$service_name = undef) {
$service_name = undef,
$asadmin_passfile = $glassfish::asadmin_passfile) {
# Check that we've got a domain name if domain mode.
if $mode == 'domain' and !$domain_name {
fail('Domain name must be specified to install service for domain mode.')
Expand Down

0 comments on commit fbc5c88

Please sign in to comment.