voxpupuli / puppet-squid

Puppet module for configuration of squid caching proxy.
https://forge.puppet.com/puppet/squid
Other
12 stars 54 forks source link

Added 'manage_dir' parameter to cache_dir #116

Closed GeorgeCox closed 5 years ago

GeorgeCox commented 5 years ago

Pull Request (PR) description

Added an additional parameter 'manage_dir' to the cache_dir class. When set to true (default) the module will attempt to manage the directory, when set to false it will not.

This Pull Request (PR) fixes the following issues

Fixes: #108

GeorgeCox commented 5 years ago

Not sure why it's failing the travis-ci build, I looked at the output and the three which have failed all seem to be 'ssh' and 'apt' errors.