Matanya has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86990


Change subject: Memcached : remove redundnt hardy check.
......................................................................

Memcached : remove redundnt hardy check.

We have no hardy boxes running memcached, so this file check isn't needed.

Change-Id: Icbba5933112bc13c2617e47322a511c3c3ab19d1
---
M manifests/memcached.pp
1 file changed, 1 insertion(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/86990/1

diff --git a/manifests/memcached.pp b/manifests/memcached.pp
index 562e574..abb229b 100644
--- a/manifests/memcached.pp
+++ b/manifests/memcached.pp
@@ -33,17 +33,9 @@
                        ensure => absent;
                }
 
-               # on lucid, this file comes from the ganglia.pp stuff, which
+               # on lucid, /usr/lib/ganglia/python_modules comes from the 
ganglia.pp stuff, which
                # means there's actually a hidden dependency on ganglia.pp for
                # the memcache class to work.
-               if $::lsbdistcodename == "hardy" {
-                       file {
-                               "/usr/lib/ganglia/python_modules":
-                                       owner => root,
-                                       group => root,
-                                       mode => 0755,
-                                       ensure => directory;
-                       }
                }
                file {
                        "/usr/lib/ganglia/python_modules/memcached.py":

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbba5933112bc13c2617e47322a511c3c3ab19d1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>

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

Reply via email to