Merge "Drop explicit install of ruby-augeas"

This commit is contained in:
Zuul 2025-02-14 17:38:40 +00:00 committed by Gerrit Code Review
commit 53ce2a7564
2 changed files with 3 additions and 9 deletions

@ -70,13 +70,4 @@ class openstack_integration::repos {
fail("Unsupported osfamily (${facts['os']['family']})")
}
}
# NOTE(tobias-urdin): Needed where augeas is used, like puppet-ovn.
package { 'ruby-augeas':
ensure => 'present',
}
if $facts['os']['family'] == 'RedHat' {
Yumrepo<||> -> Package<| title == 'ruby-augeas' |>
}
}

@ -41,6 +41,7 @@
- libxml2-devel
- libxslt-devel
- ruby-devel
- augeas-devel
- zlib-devel
- langpacks-en
- glibc-langpack-en
@ -72,6 +73,8 @@
- libxml2-dev
- libxslt-dev
- ruby-dev
- libaugeas-dev
- pkg-config
- zlib1g-dev
- python3-pip