Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to add a restart domain after enable secure admin #40

Merged
merged 2 commits into from
Dec 9, 2014

Conversation

scarby
Copy link

@scarby scarby commented Dec 1, 2014

it would appear that using this module with secure admin enabled the glassfish domain comes up without secure admin enabled. This is probably not expected behavior - therefore we need to restart the domain before going further

@fatmcgav
Copy link
Owner

fatmcgav commented Dec 1, 2014

@scarby I do restart the domain already in create_service.pp.

However this change is probably a cleaner way of handling it, so cheers for that :)

@scarby
Copy link
Author

scarby commented Dec 1, 2014

ok, i might go back and do some more digging. however i was having an issue making https calls to the glassfish api - despite those calls depending on the glassfish class (within which create_domain is being included) which changing the restart to immediately after the create secure admin fixed. Also given that in theory the module provides an option to create a domain, start it, but not create a service - it might be good for this to come back in the correct state - though this use case is probably not massively useful.

@fatmcgav
Copy link
Owner

fatmcgav commented Dec 1, 2014

Yeh, i've seen some ordering issues myself which I worked around by
ordering against specific resources defined in the glassfish module...

This looks cleaner though. I'll give it a spin and see if can find any
issues...

Cheers
Gav
On 1 Dec 2014 19:24, "scarby" notifications@github.com wrote:

ok, i might go back and do some more digging. however i was having an
issue making https calls to the glassfish api - despite those calls
depending on the glassfish class (within which create_domain is being
included) which changing the restart to immediately after the create secure
admin fixed. Also given that in theory the module provides an option to
create a domain, start it, but not create a service - it might be good for
this to come back in the correct state - though this use case is probably
not massively useful.


Reply to this email directly or view it on GitHub
#40 (comment)
.

@fatmcgav fatmcgav merged commit 7dc2db6 into fatmcgav:develop Dec 9, 2014
@scarby scarby deleted the develop branch April 6, 2022 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants