Ottomata has submitted this change and it was merged.

Change subject: Remove management of source_dir ownership
......................................................................


Remove management of source_dir ownership

This is done by git::clone anyway.

Change-Id: I86c1012856178122adc7409d4fdc90b80a19cff5
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 7011ba0..5c24d1c 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -762,7 +762,7 @@
     }
 
     # Make sure these are writeable by $user.
-    file { [$log_dir, $source_dir, $public_dir]:
+    file { [$log_dir, $public_dir]:
         ensure => 'directory',
         owner  => $user,
         group  => wikidev,
@@ -821,7 +821,7 @@
         }
     }
 
-    file { [$source_dir, $rsync_from, $output]:
+    file { [$rsync_from, $output]:
         ensure => 'directory',
         owner  => $misc::statistics::limn::data::user,
         group  => wikidev,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I86c1012856178122adc7409d4fdc90b80a19cff5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to