
On Thursday, 12 December 2019 15:31:04 CET Andrea Bolognani wrote:
Some distributions package augeas and the default lenses separately, so we need a mapping for the latter.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/vars/mappings.yml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index d32ecf3..02bedab 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -77,6 +77,11 @@ mappings: default: augeas deb: augeas-tools
+ augeas-lenses: + default: augeas + deb: augeas-lenses + OpenSUSE: augeas-lenses
Why is this needed? The lenses must be already a dependency of the augeas shared library, or at least of the tools. -- Pino Toscano