Skip to content

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

Merged
bastelfreak merged 8 commits intovoxpupuli:masterfrom
paychex:dev
Aug 19, 2018
Merged

CentOS Acceptance testing, and more....#424
bastelfreak merged 8 commits intovoxpupuli:masterfrom
paychex:dev

Conversation

@danquack
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread manifests/install.pp Outdated

if ($venv_ensure == 'present') {
$dev_ensure = 'present'
if ! $python::dev {
Copy link
Copy Markdown
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

Comment thread manifests/install.pp Outdated
default => $python::virtualenv,
}

if ($venv_ensure == 'present') {
Copy link
Copy Markdown
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

Comment thread .overcommit.yml
enabled: true
description: 'Run rake targets'
targets:
- 'validate'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
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
Copy Markdown
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