]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Fix "WARNING: indentation of => is not properly aligned on line 9"
authorRaoul Bhatia <raoul@bhatia.at>
Fri, 24 Oct 2014 10:37:46 +0000 (12:37 +0200)
committerRaoul Bhatia <raoul@bhatia.at>
Fri, 24 Oct 2014 10:50:43 +0000 (12:50 +0200)
manifests/builddep.pp

index 3beadeb373078533201c6a23825af78dfc3414d3..3a059c273d389751da4359e1d2f38e6c6a9e27de 100644 (file)
@@ -6,7 +6,7 @@ define apt::builddep() {
   exec { "apt-builddep-${name}":
     command   => "/usr/bin/apt-get -y --force-yes build-dep ${name}",
     logoutput => 'on_failure',
-    require    => Exec['apt_update'],
+    require   => Exec['apt_update'],
   }
 
   # Need anchor to provide containment for dependencies.