From fb9b9185e4754f120046fc43a184a2b2c43d60dc Mon Sep 17 00:00:00 2001 From: Raoul Bhatia Date: Fri, 24 Oct 2014 12:37:46 +0200 Subject: [PATCH] Fix "WARNING: indentation of => is not properly aligned on line 9" --- manifests/builddep.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/builddep.pp b/manifests/builddep.pp index 3beadeb..3a059c2 100644 --- a/manifests/builddep.pp +++ b/manifests/builddep.pp @@ -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. -- 2.45.2