Faidon Liambotis has uploaded a new change for review.

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

Change subject: Remove class role::dataset::publicdirs, noop
......................................................................

Remove class role::dataset::publicdirs, noop

It justs creates an empty directory and is applied only on fluorine
where it isn't used by anything. Remove it.

Change-Id: Ia8b6d0c1f214bd2439467316e077dea9dba355aa
---
M manifests/role/dataset.pp
M manifests/site.pp
2 files changed, 0 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/246824/1

diff --git a/manifests/role/dataset.pp b/manifests/role/dataset.pp
index 08152fd..657c528 100644
--- a/manifests/role/dataset.pp
+++ b/manifests/role/dataset.pp
@@ -121,13 +121,3 @@
     }
 }
 
-class role::dataset::publicdirs {
-
-    file { '/a/public-datasets':
-        ensure => 'directory',
-        owner  => 'root',
-        group  => 'deployment',
-        mode   => '0775',
-    }
-
-}
diff --git a/manifests/site.pp b/manifests/site.pp
index fbff830..2232770 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -980,7 +980,6 @@
 
     include standard
     include ::role::xenon
-    include role::dataset::publicdirs
 
     class { 'role::logging::mediawiki':
         monitor       => false,

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

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

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

Reply via email to