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

1478892: Add in a last_boot fact for parity with spacewalk facts #2094

Merged
merged 1 commit into from May 30, 2019

Conversation

bkearney
Copy link
Contributor

No description provided.

@bkearney bkearney force-pushed the bkearney/1478892 branch 2 times, most recently from a12890f to d095ff0 Compare May 30, 2019 16:00
@@ -219,6 +221,23 @@ def get_mem_info(self):
log.warning("Error reading system memory information: %s", e)
return meminfo

def get_last_boot(self):
last_boot = "unkown"
Copy link
Member

Choose a reason for hiding this comment

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

Should this be "unknown"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I suck. Change is pushed.

Copy link
Member

@cnsnyder cnsnyder left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you much for the contribution!

@cnsnyder cnsnyder merged commit 7c35e3b into candlepin:master May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants