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

Fix the tests #67

Merged
merged 1 commit into from
Nov 9, 2017
Merged

Fix the tests #67

merged 1 commit into from
Nov 9, 2017

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Nov 9, 2017

Does some simplifications in the params.

@ekohl ekohl force-pushed the fix-tests branch 2 times, most recently from 8e86687 to f493026 Compare November 9, 2017 14:53
Also adds acceptance tests for Debian 9 and simplifications in the
params.
$daemon_group = 'proxy'
}
/^(9.*)$/: {
$package_name = 'squid3'
Copy link
Member Author

Choose a reason for hiding this comment

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

According to https://packages.debian.org/stretch/squid3 this is a transitional package that depends on squid. That makes it exactly the same as Ubuntu 16.04.

$config_group = 'root'
$access_log = 'daemon:/var/log/squid/access.log squid'
$daemon_user = 'proxy'
$daemon_group = 'proxy'
}
default: {
Copy link
Member Author

Choose a reason for hiding this comment

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

According to metadata.json we only supported explicitly written out versions. I've taken the most modern versions (Stretch and Xenial) and made them the default).

@wyardley wyardley merged commit 234bedf into voxpupuli:master Nov 9, 2017
@ekohl ekohl deleted the fix-tests branch November 9, 2017 22:07
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.

2 participants