fix another trivial syntax error

This commit is contained in:
Micah Anderson 2008-09-29 12:29:23 -04:00
parent 4995dff49d
commit aefa010160

View file

@ -47,7 +47,7 @@ class apt {
} }
default: { default: {
config_file { "/etc/apt/preferences": config_file { "/etc/apt/preferences":
content => $custom_preferences content => $custom_preferences,
alias => apt_config, alias => apt_config,
require => File["/etc/apt/sources.list"]; require => File["/etc/apt/sources.list"];
} }