Skip to content

Commit

Permalink
Merge pull request #608 from lsst-it/IT-3057/cron_spec
Browse files Browse the repository at this point in the history
(profile::core::puppet_master) rm duplicate cron resource spec
  • Loading branch information
cbarria committed Jul 29, 2022
2 parents 50ef54a + 049c561 commit abbfa02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/classes/core/puppet_master_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

describe 'profile::core::puppet_master' do
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_cron('webhook') }
it { is_expected.to contain_cron('smee') }

it do
is_expected.to contain_cron('webhook').with_command('/usr/bin/systemctl restart webhook > /dev/null 2>&1')
Expand Down

0 comments on commit abbfa02

Please sign in to comment.