Dzahn has uploaded a new change for review.

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

Change subject: ganeti, rancid: indentation fixes
......................................................................

ganeti, rancid: indentation fixes

fixes more puppet-lint warnings
for T93645

Change-Id: I904f32459656e0415a9d079e888a39ca66a74d2c
---
M modules/ganeti/manifests/init.pp
M modules/rancid/manifests/init.pp
2 files changed, 11 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/19/211319/1

diff --git a/modules/ganeti/manifests/init.pp b/modules/ganeti/manifests/init.pp
index 66a772e..33fe60a 100644
--- a/modules/ganeti/manifests/init.pp
+++ b/modules/ganeti/manifests/init.pp
@@ -36,22 +36,22 @@
 
         # Enable drbd
         exec { 'enable-module-drbd':
-            unless    => "/bin/grep -q '^drbd$' /etc/modules",
-            command   => '/bin/echo drbd >> /etc/modules',
+            unless  => "/bin/grep -q '^drbd$' /etc/modules",
+            command => '/bin/echo drbd >> /etc/modules',
         }
         exec { 'load-module-drbd' :
-            unless    => "/bin/lsmod | /bin/grep -q '^drbd'",
-            command   => '/sbin/modprobe drbd',
+            unless  => "/bin/lsmod | /bin/grep -q '^drbd'",
+            command => '/sbin/modprobe drbd',
         }
     }
     # Enable vhost_net
     exec { 'enable-module-vhost_net' :
-        unless    => "/bin/grep -q '^vhost_net$' /etc/modules",
-        command   => '/bin/echo vhost_net >> /etc/modules',
+        unless  => "/bin/grep -q '^vhost_net$' /etc/modules",
+        command => '/bin/echo vhost_net >> /etc/modules',
     }
     exec { 'load-module-vhost_net' :
-        unless    => "/bin/lsmod | /bin/grep -q '^vhost_net'",
-        command   => '/sbin/modprobe vhost_net',
+        unless  => "/bin/lsmod | /bin/grep -q '^vhost_net'",
+        command => '/sbin/modprobe vhost_net',
     }
 
     # lvm.conf
diff --git a/modules/rancid/manifests/init.pp b/modules/rancid/manifests/init.pp
index e993715..f162d1a 100644
--- a/modules/rancid/manifests/init.pp
+++ b/modules/rancid/manifests/init.pp
@@ -54,8 +54,8 @@
     }
 
     file { '/var/log/rancid':
-        owner   => 'rancid',
-        group   => 'rancid',
-        mode    => '0750',
+        owner => 'rancid',
+        group => 'rancid',
+        mode  => '0750',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I904f32459656e0415a9d079e888a39ca66a74d2c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to