You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading backports class it always create the repo file in the old format and there is no way to change it.
Expected Behavior
Have an option to set sources_format to 'sources' and the repo file is created in the new sources format.
Steps to Reproduce
Steps to reproduce the behavior:
include apt::backports
Environment
Version 10.0.1
Platform Ubuntu 20.04
Additional Context
My suggestion is to add "Enum['list', 'sources'] $source_format = 'list'," to backports.pp's parameters and
add "sources_format => $sources_format," to the apt::source call in the end of backports.pp.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When loading backports class it always create the repo file in the old format and there is no way to change it.
Expected Behavior
Have an option to set sources_format to 'sources' and the repo file is created in the new sources format.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
My suggestion is to add "Enum['list', 'sources'] $source_format = 'list'," to backports.pp's parameters and
add "sources_format => $sources_format," to the apt::source call in the end of backports.pp.
The text was updated successfully, but these errors were encountered: