Add capability for plugins to supply a description in update_tables_with_templates

This commit is contained in:
Jarrod Johnson 2014-09-23 10:44:56 -04:00
parent fc8b2cc4eb
commit 4100dd77e4

View File

@ -713,6 +713,9 @@ sub update_tables_with_templates
osarch=>$arch,
synclists=>$synclistfile,
osdistroname=>$osdistroname);
if ($args{description}) {
$tb_cols{description} = $args{description};
}
$osimagetab->setAttribs(\%key_col, \%tb_cols);
if ($osname =~ /^win/) {