Jgreen has uploaded a new change for review.

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


Change subject: fix duplicate file install error
......................................................................

fix duplicate file install error

Change-Id: Ia405c2ba6ca997539c127851562068455e9b9c8a
---
M manifests/misc/fundraising.pp
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/78/107978/1

diff --git a/manifests/misc/fundraising.pp b/manifests/misc/fundraising.pp
index c0668c1..6eb4443 100644
--- a/manifests/misc/fundraising.pp
+++ b/manifests/misc/fundraising.pp
@@ -39,12 +39,13 @@
             owner => 'root',
             group => 'www-data',
             mode => 0440,
-            ensure => 
'/opt/fundraising-misc/queue_handling/paypal/IPN/IPNListener_Standalone.php';
-        '/srv/org.wikimedia.civicrm/IPNListener_Recurring.php':
-            owner => 'root',
-            group => 'www-data',
-            mode => 0440,
-            ensure => 
'/opt/fundraising-misc/queue_handling/paypal/IPN/IPNListener_Recurring.php';
+            ensure => 
'/srv/org.wikimedia.fundraising/IPNListener_Standalone.php';
+            #ensure => 
'/opt/fundraising-misc/queue_handling/paypal/IPN/IPNListener_Standalone.php';
+        #'/srv/org.wikimedia.civicrm/IPNListener_Recurring.php':
+        #    owner => 'root',
+        #    group => 'www-data',
+        #    mode => 0440,
+        #    ensure => 
'/opt/fundraising-misc/queue_handling/paypal/IPN/IPNListener_Recurring.php';
         '/srv/org.wikimedia.civicrm/files':
             owner => 'root',
             group => 'www-data',

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

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

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

Reply via email to