Mark Bergsma has submitted this change and it was merged.

Change subject: Prevent Puppet from making the Varnish storage files
......................................................................


Prevent Puppet from making the Varnish storage files

Varnish can do that itself, and it's just reducing flexibility

Change-Id: I2329cd93c3279c81dd758b36a1219776c04ede16
---
M manifests/varnish.pp
1 file changed, 0 insertions(+), 7 deletions(-)

Approvals:
  Mark Bergsma: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/varnish.pp b/manifests/varnish.pp
index 0745ff9..acca135 100644
--- a/manifests/varnish.pp
+++ b/manifests/varnish.pp
@@ -208,13 +208,6 @@
                        },
                        ensure => mounted
                }
-
-               file { "/srv/${title}/varnish.persist":
-                       require => Mount["/srv/${title}"],
-                       owner => root,
-                       group => root,
-                       ensure => present
-               }
        }
 
        class htcppurger($varnish_instances=["localhost:80"]) {

-- 
To view, visit https://gerrit.wikimedia.org/r/68151
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2329cd93c3279c81dd758b36a1219776c04ede16
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to