Skip to content

Commit

Permalink
Fix variable and cron
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent 90d94ef commit 206cfc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class { 'observium':
end

describe cron do
it { should have_entry('5 13 * * * /opt/observium/housekeeping.php -ysel').with_user('root') }
it { should have_entry('13 5 * * * /opt/observium/housekeeping.php -ysel').with_user('root') }
end

describe cron do
Expand Down Expand Up @@ -89,7 +89,7 @@ class { 'observium':
it { is_expected.to be_running }
end

describe package(os:[release]) do
describe package(os[:release]) do
it { should be_installed }
end

Expand Down

0 comments on commit 206cfc6

Please sign in to comment.