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

dont print root password in diff #716

Closed
wants to merge 1 commit into from
Closed

dont print root password in diff #716

wants to merge 1 commit into from

Conversation

tphoney
Copy link
Contributor

@tphoney tphoney commented May 20, 2015

No description provided.

@igalic
Copy link
Contributor

igalic commented May 27, 2015

@tphoney failing tests :(

@tphoney
Copy link
Contributor Author

tphoney commented May 28, 2015

yup, i noticed. i will get a look at it later. :(

@tphoney
Copy link
Contributor Author

tphoney commented Jun 3, 2015

show_diff is not in puppet 2.7, this is why the unit tests are failing. 2.7 support will be dropped with the next major version increase of the module.

@tphoney
Copy link
Contributor Author

tphoney commented Jun 3, 2015

@igalic does this feel ok ?

if versioncmp($::puppetversion, '2.7') >= 0 {

Foo

}
else {

Bar

}

as a stop gap solution until we remove 2.7 support.

puppet 2.7 doesnt support show_diff

hash alignment
@@ -7,3 +7,4 @@ spec/fixtures/
coverage/
.idea/
*.iml
log/
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be part of a separated commit.

@tphoney
Copy link
Contributor Author

tphoney commented Jul 14, 2015

closed in preference of #732

@tphoney tphoney closed this Jul 14, 2015
@hunner hunner mentioned this pull request Aug 3, 2015
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.

3 participants