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

Conversation

akondasif
Copy link

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.
$port = 3000
$user = ''
$pass = ''
$pass = hiera('default_pass')
Copy link
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
@@ -0,0 +1 @@
default_pass: needs_to_be_changed
Copy link
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
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