Dzahn has submitted this change and it was merged.

Change subject: pybal: fix lint, indentation
......................................................................


pybal: fix lint, indentation

Change-Id: Iddbc5bc9e15efdfad71f83ac99b00084c4da4464
---
M modules/pybal/manifests/confd.pp
M modules/pybal/manifests/monitoring.pp
2 files changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/modules/pybal/manifests/confd.pp b/modules/pybal/manifests/confd.pp
index 311b435..c163b54 100644
--- a/modules/pybal/manifests/confd.pp
+++ b/modules/pybal/manifests/confd.pp
@@ -3,7 +3,7 @@
 class pybal::confd {
 
     file { '/etc/pybal/pools':
-        ensure => directory,
+        ensure  => directory,
         require => Package[pybal],
     }
 
diff --git a/modules/pybal/manifests/monitoring.pp 
b/modules/pybal/manifests/monitoring.pp
index e17a16e..0366bce 100644
--- a/modules/pybal/manifests/monitoring.pp
+++ b/modules/pybal/manifests/monitoring.pp
@@ -10,11 +10,11 @@
     }
 
     file { '/usr/local/lib/nagios/plugins/check_pybal':
-        ensure  => present,
-        source  => 'puppet:///modules/pybal/check_pybal',
-        owner   => 'root',
-        group   => 'root',
-        mode    => '0555',
+        ensure => present,
+        source => 'puppet:///modules/pybal/check_pybal',
+        owner  => 'root',
+        group  => 'root',
+        mode   => '0555',
     }
 
     nrpe::monitor_service { 'pybal_backends':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iddbc5bc9e15efdfad71f83ac99b00084c4da4464
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: BBlack <[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