Dzahn has submitted this change and it was merged.

Change subject: apache: indentation of =>, minimal lint fix
......................................................................


apache: indentation of =>, minimal lint fix

Change-Id: I2c07ce2f45c65131555184e66f3bb8ac5882b45e
---
M modules/apache/manifests/mod.pp
M modules/apache/manifests/monitoring.pp
2 files changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/modules/apache/manifests/mod.pp b/modules/apache/manifests/mod.pp
index fbaa511..a99edec 100644
--- a/modules/apache/manifests/mod.pp
+++ b/modules/apache/manifests/mod.pp
@@ -78,7 +78,7 @@
     apache::mod_conf { 'status': }
 
     apache::conf { 'server_status':
-        source   => 'puppet:///modules/apache/status.conf',
-        require  =>  Apache::Mod_conf['status'],
+        source  => 'puppet:///modules/apache/status.conf',
+        require =>  Apache::Mod_conf['status'],
     }
 }
diff --git a/modules/apache/manifests/monitoring.pp 
b/modules/apache/manifests/monitoring.pp
index ce7f5e9..9f15828 100644
--- a/modules/apache/manifests/monitoring.pp
+++ b/modules/apache/manifests/monitoring.pp
@@ -39,9 +39,9 @@
     }
 
     file { '/usr/local/bin/apache-status':
-        source  => 'puppet:///modules/apache/apache-status',
-        owner   => 'root',
-        group   => 'root',
-        mode    => '0555',
+        source => 'puppet:///modules/apache/apache-status',
+        owner  => 'root',
+        group  => 'root',
+        mode   => '0555',
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2c07ce2f45c65131555184e66f3bb8ac5882b45e
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to