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

fixing issue where we don't supply the updated passwords #52

Merged
merged 2 commits into from Nov 1, 2013
Merged

fixing issue where we don't supply the updated passwords #52

merged 2 commits into from Nov 1, 2013

Conversation

jmahowald
Copy link
Contributor

Found that we couldn't turn off the update of admin credentials in Chef 11.6.2 because of compilation issue when updated_credentials doesn't exist in data bag

@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs/Configures nexus"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2.2.0"
version "2.2.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

We (Riot) should manage the bumping of the version number.

@KAllan357
Copy link
Contributor

Thank you for this! I am 👍 on this once the version change to metadata.rb is reverted and this pull merges cleanly.

I have been thinking a bit about this, and I think maybe some of these extra resources should be removed. From my perspective, maybe we should install the nexus (and associated software) and leave everything else alone - in this example, not changing the default admin password.

The LWRPs included with this cookbook are helpful for configuring your Nexus server once it is running - including changing a user's password. Traditionally at Riot, we create a wrapper cookbook that depends on this base cookbook, and then customize our server using recipes in the wrapper cookbook which use this cookbook's LWRPs.

Personally, I like the pattern described above. What do you think?

@jmahowald
Copy link
Contributor Author

I'd agree with what you described of decoupling the use of that LWRP.

KAllan357 added a commit that referenced this pull request Nov 1, 2013
fixing issue where we don't supply the updated passwords
@KAllan357 KAllan357 merged commit 9e59b55 into RiotGamesCookbooks:master Nov 1, 2013
@KAllan357
Copy link
Contributor

#53

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.

2 participants