Skip to content

Commit

Permalink
change ubuntu leap seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bugoff committed Jan 28, 2024
1 parent a8d4601 commit d28384f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ platforms:
- name: centos-8
- name: debian-9
- name: debian-10
- name: debian-12
- name: fedora-latest
- name: freebsd-12
- name: opensuse-leap-15
Expand Down
4 changes: 2 additions & 2 deletions spec/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
end

context 'the leapfile' do
cached(:cookbook_file) { chef_run.cookbook_file('/etc/ntp.leapseconds') }
cached(:cookbook_file) { chef_run.cookbook_file('/usr/share/zoneinfo/leap-seconds.list') }

it 'creates the cookbook_file' do
expect(chef_run).to create_cookbook_file('/etc/ntp.leapseconds')
expect(chef_run).to create_cookbook_file('/usr/share/zoneinfo/leap-seconds.list')
end

it 'is owned by ntp:ntp' do
Expand Down

0 comments on commit d28384f

Please sign in to comment.