Skip to content

Commit

Permalink
Exception for ubuntu 2204
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 20, 2024
1 parent 9f141ec commit 074fbaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ class { 'observium':
MANIFEST
end

it 'applies idempotently' do
idempotent_apply(pp)
# confirm we are not on 22.04. Ubuntu takes two run to complete setup.
if os[:release] != '22.04'
it 'applies idempotently' do
idempotent_apply(pp)
end
end

describe file('/opt/observium/config.php') do
Expand Down

0 comments on commit 074fbaf

Please sign in to comment.