Merge "Install ruby-augeas in Debian"
This commit is contained in:
commit
12f4f97d8c
@ -129,6 +129,11 @@ class openstack_integration::repos {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# NOTE(tobias-urdin): Needed where augeas is used, like puppet-ovn.
|
||||||
|
package { 'ruby-augeas':
|
||||||
|
ensure => 'present',
|
||||||
|
}
|
||||||
|
|
||||||
if $::osfamily == 'RedHat' {
|
if $::osfamily == 'RedHat' {
|
||||||
# NOTE(tobias-urdin): Install libibverbs to fix an issue where OVS outputs errors
|
# NOTE(tobias-urdin): Install libibverbs to fix an issue where OVS outputs errors
|
||||||
# that causes the puppet-openvswitch module to fail parsing the output.
|
# that causes the puppet-openvswitch module to fail parsing the output.
|
||||||
@ -140,17 +145,6 @@ class openstack_integration::repos {
|
|||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
}
|
}
|
||||||
|
|
||||||
# NOTE(tobias-urdin): Needed where augeas is used, like puppet-ovn.
|
|
||||||
package { 'ruby-augeas':
|
|
||||||
ensure => 'present',
|
|
||||||
}
|
|
||||||
Yumrepo<||> -> Package<| title == 'ruby-augeas' |>
|
Yumrepo<||> -> Package<| title == 'ruby-augeas' |>
|
||||||
}
|
}
|
||||||
|
|
||||||
if $::operatingsystem == 'Ubuntu' {
|
|
||||||
# NOTE(tobias-urdin): Needed where augeas is used, like puppet-ovn.
|
|
||||||
package { 'ruby-augeas':
|
|
||||||
ensure => 'present',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user