From b593d2b2c47ca70114725ebcafd0a2b0846797ee Mon Sep 17 00:00:00 2001 From: Ralf Bosz Date: Fri, 28 Dec 2018 10:27:40 +0100 Subject: [PATCH] This commit puts a defined in cache_dir.pp Making it possible to create your own cache_dir outside of the Squid module. Fixing issue #108. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 434f761..01ad492 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,8 @@ endif in a `if $proceess_number` statement so the cache will be used by only one process. Default is undef. +NOTE: When creating a custom 'cache_dir' using Puppet (like a seperate mount) this module WILL NOT create the dir (so no duplicate error occurs), be sure the created directory is owned by the user/group 'squid'. + ### Defined Type squid::cache Defines [cache entries](http://www.squid-cache.org/Doc/config/cache/) for a squid server.