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

CentOS Acceptance testing, and more.... #424

Merged
merged 8 commits into from
Aug 19, 2018
Merged

Conversation

danquack
Copy link
Contributor

Pull Request (PR) description

Enhancing #419, I added CentOS to the list of rake acceptances testing and README. In doing so I encounted the error in comments, and so therefore modified the install, that if you include a virtual environment, you must have the development package.

External to the issues described below, I also modified the overcommit file to add puppet validation.

This Pull Request (PR) fixes the following issues

Fixes #423
Fixes #402

@danquack danquack mentioned this pull request Aug 14, 2018
Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

Small nits

@@ -46,6 +40,21 @@
default => $python::virtualenv,
}

if ($venv_ensure == 'present') {
$dev_ensure = 'present'
if ! $python::dev {
Copy link
Member

Choose a reason for hiding this comment

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

if ! can also be written as unless

@@ -46,6 +40,21 @@
default => $python::virtualenv,
}

if ($venv_ensure == 'present') {
Copy link
Member

Choose a reason for hiding this comment

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

I prefer to leave out braces unless they are really needed

@@ -58,6 +58,7 @@ PrePush:
enabled: true
description: 'Run rake targets'
targets:
- 'validate'
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bastelfreak bastelfreak added the bug Something isn't working label Aug 19, 2018
@bastelfreak
Copy link
Member

Thanks @danquack !

@bastelfreak bastelfreak merged commit 22240e1 into voxpupuli:master Aug 19, 2018
@danquack danquack deleted the dev branch August 20, 2018 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enable acceptance tests for centos Run acceptance tests on travis
3 participants