Alexandros Kosiaris has submitted this change and it was merged.

Change subject: apache: very minor lint
......................................................................


apache: very minor lint

Change-Id: I0c6a01a01760881def442773473050a52b85db4d
---
M modules/apache/manifests/conf.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/apache/manifests/conf.pp b/modules/apache/manifests/conf.pp
index a6a17a5..c31d54a 100644
--- a/modules/apache/manifests/conf.pp
+++ b/modules/apache/manifests/conf.pp
@@ -96,8 +96,8 @@
 
     if $replaces != undef {
         file { "${title_safe}_${replaces}":
-            path   => "/etc/apache2/${replaces}",
             ensure => absent,
+            path   => "/etc/apache2/${replaces}",
         }
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0c6a01a01760881def442773473050a52b85db4d
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to