From: intrigeri Date: Sun, 17 Oct 2010 14:42:15 +0000 (+0200) Subject: Fix indentation. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=487855daf226e9d7c7cfd788c453976f78aea4b6;p=puppet-apt.git Fix indentation. --- diff --git a/manifests/init.pp b/manifests/init.pp index cbd0b1f..1efc443 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -147,12 +147,12 @@ class apt { refreshonly => true, subscribe => [ File["/etc/apt/apt.conf.d"], Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ]; - 'update_apt': - command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean', - require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ], - loglevel => info, - # Another Semaphor for all packages to reference - alias => "apt_updated"; + 'update_apt': + command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean', + require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ], + loglevel => info, + # Another Semaphor for all packages to reference + alias => "apt_updated"; } ## This package should really always be current