Bugfix
This commit is contained in:
parent
56340b780e
commit
2276147cc0
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ class apt {
|
|||
"/etc/apt/apt.conf.d/99from_puppet"
|
||||
]:
|
||||
ensure => 'absent',
|
||||
require => [ Apt_conf_snippet['02show_upgraded'],
|
||||
Apt_conf_snippet['03clean'],
|
||||
require => [ Apt_conf['02show_upgraded'],
|
||||
Apt_conf['03clean'],
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue