diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-17 16:42:15 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-17 16:42:15 +0200 |
commit | 487855daf226e9d7c7cfd788c453976f78aea4b6 (patch) | |
tree | 5f4ca377c6bc2a01b3a9a8b012b9f84750092787 /manifests | |
parent | 7b9ba443409d830667163f8ec1c0c1a82577f486 (diff) | |
download | puppet-apt-487855daf226e9d7c7cfd788c453976f78aea4b6.tar.gz puppet-apt-487855daf226e9d7c7cfd788c453976f78aea4b6.tar.bz2 |
Fix indentation.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 12 |
1 files changed, 6 insertions, 6 deletions
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 |