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

Modules 7472 - Websphere_application_server: Instance installation fails with nil conversion #162

Merged
merged 2 commits into from
Apr 16, 2019

Conversation

lionce
Copy link
Contributor

@lionce lionce commented Apr 5, 2019

fixed websphere_application_server instance installation using 'root' user
Screenshot 2019-04-05 at 17 28 03

@lionce lionce force-pushed the MODULES-7472 branch 2 times, most recently from bc89bab to f9179c6 Compare April 10, 2019 08:29
README.md Outdated
```puppet
class { 'websphere_application_server':
user => 'webadmin',
group => 'webadmins',
base_dir => '/opt/IBM',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is for root user, it should be left unchanged.

@@ -52,10 +54,19 @@ The primary difference here being the `base_dir`. Set this to a dir your user ha
class { 'websphere_application_server':
user => 'webadmin',
group => 'webadmins',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth including the base_dir here too as it is mentioned as part of the setup.

@eimlav
Copy link
Contributor

eimlav commented Apr 15, 2019

@lionce I've left a few minor changes for you to look at.

@eimlav eimlav merged commit 1f1e94e into puppetlabs:master Apr 16, 2019
@lionce lionce deleted the MODULES-7472 branch May 3, 2019 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants