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

This commit puts a defined in cache_dir.pp #115

Closed
wants to merge 1 commit into from

Conversation

ralfbosz
Copy link
Contributor

Making it possible to create your own cache_dir
outside of the Squid module. Fixing issue #108.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@ralfbosz ralfbosz closed this Dec 28, 2018
@ralfbosz ralfbosz reopened this Dec 28, 2018
group => $::squid::daemon_group,
mode => '0750',
require => Package[$::squid::package_name],
unless defined(File[$path]) {
Copy link
Member

Choose a reason for hiding this comment

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

Should we prefer ensure_resource here?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@ralfbosz
Copy link
Contributor Author

ralfbosz commented Jan 11, 2019

Not the biggest fan of ensure_resource. Found it not working sometimes (when the parameters do not match) it gives me errors. But will change it to ensure_resource.

Making it possible to create your own cache_dir
outside of the Squid module. Fixing issue voxpupuli#108.
@ekohl
Copy link
Member

ekohl commented Jan 24, 2019

In #116 an explicit parameter for this was added. I prefer this and think this PR can be closed now. If you disagree, it at least needs the conflict to be resolved :)

@ralfbosz
Copy link
Contributor Author

Even better implementation, closing this one...

@ralfbosz ralfbosz closed this Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants