Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Addressing Issue #89 #90

Open
akondasif wants to merge 4 commits into
YelpArchive:masterfrom
akondasif:master
Open

Addressing Issue #89 #90
akondasif wants to merge 4 commits into
YelpArchive:masterfrom
akondasif:master

Conversation

@akondasif

Copy link
Copy Markdown

I have submitted a pull request to remove two smells mentioned in issue #89
Feedback welcome.

Replaced hard-coded password with hiera, and removed binding with 0.0.0.0.
default password needs to be replaced
Added hiera support for default password.
Comment thread manifests/params.pp Outdated
$port = 3000
$user = ''
$pass = ''
$pass = hiera('default_pass')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't bother with this direct hiera lookup. Just put 'needs_to_be_changed' if that is what you want to be the default.

Removing hiera stuff
Comment thread hieradata/common.yaml
@@ -0,0 +1 @@
default_pass: needs_to_be_changed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you remove the hiera related files?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just take care of this last issue and I'll merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants