Fix indentation.
This commit is contained in:
parent
7b9ba44340
commit
487855daf2
1 changed files with 6 additions and 6 deletions
|
@ -147,12 +147,12 @@ class apt {
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
subscribe => [ File["/etc/apt/apt.conf.d"],
|
subscribe => [ File["/etc/apt/apt.conf.d"],
|
||||||
Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ];
|
Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ];
|
||||||
'update_apt':
|
'update_apt':
|
||||||
command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
|
command => '/usr/bin/apt-get update && /usr/bin/apt-get autoclean',
|
||||||
require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ],
|
require => [ Config_file["/etc/apt/preferences", "/etc/apt/sources.list", "apt_config"] ],
|
||||||
loglevel => info,
|
loglevel => info,
|
||||||
# Another Semaphor for all packages to reference
|
# Another Semaphor for all packages to reference
|
||||||
alias => "apt_updated";
|
alias => "apt_updated";
|
||||||
}
|
}
|
||||||
|
|
||||||
## This package should really always be current
|
## This package should really always be current
|
||||||
|
|
Loading…
Reference in a new issue