Ryan Lane has submitted this change and it was merged.

Change subject: Remove misc::parsoid::cache, unused now
......................................................................


Remove misc::parsoid::cache, unused now

Change-Id: I5cf7d96139ab319e431777316c652250c6233200
---
M manifests/misc/parsoid.pp
1 file changed, 0 insertions(+), 26 deletions(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/parsoid.pp b/manifests/misc/parsoid.pp
index a305c6f..974bd86 100644
--- a/manifests/misc/parsoid.pp
+++ b/manifests/misc/parsoid.pp
@@ -46,29 +46,3 @@
 
        monitor_service { "parsoid": description => "Parsoid", check_command => 
"check_http_on_port!8000" }
 }
-
-class misc::parsoid::cache {
-       package { [ "varnish" ]:
-               ensure => latest
-       }
-
-       include lvs::configuration
-       $sip = 
$lvs::configuration::lvs_service_ips[$::realm]['parsoid'][$::site]
-
-       file {
-               "/etc/varnish/default.vcl":
-                       content => template("misc/parsoid.vcl.erb"),
-                       owner => root,
-                       group => root,
-                       mode => 0644;
-       }
-
-       service {
-               "varnish":
-                       subscribe => File["/etc/varnish/default.vcl"],
-                       require => Package[varnish],
-                       ensure => "running"
-       }
-
-       monitor_service { "parsoid Varnish": description => "Parsoid Varnish", 
check_command => "check_http_on_port!6081" }
-}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5cf7d96139ab319e431777316c652250c6233200
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to