replace a missed Concat reference change with File['apt_config']

This commit is contained in:
Micah Anderson 2013-01-03 14:55:55 -05:00
parent 39f089405e
commit 2fe3df225c

View file

@ -15,7 +15,7 @@ class apt::unattended_upgrades {
if $apt::custom_preferences != false {
Apt_conf['50unattended-upgrades'] {
before => Concat['apt_config'],
before => File['apt_config'],
}
}
}