Skip to content

Commit

Permalink
removed fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Potapov committed Dec 6, 2018
1 parent 197df31 commit b06cee2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ platforms:
- name: ubuntu-14.04
driver:
image: dokken/ubuntu-14.04
pid_one_command: /bin/systemd
pid_one_command: /sbin/init

- name: ubuntu-16.04
driver:
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,34 @@ env:
- INSTANCE=default-debian-8
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1604
- INSTANCE=default-fedora-latest
- INSTANCE=default-amazonlinux
- INSTANCE=default-amazonlinux-2
- INSTANCE=prop-centos-6
- INSTANCE=prop-centos-7
- INSTANCE=prop-debian-8
- INSTANCE=prop-ubuntu-1404
- INSTANCE=prop-ubuntu-1604
- INSTANCE=prop-fedora-latest
- INSTANCE=prop-amazonlinux
- INSTANCE=prop-amazonlinux-2
- INSTANCE=config-centos-6
- INSTANCE=config-centos-7
- INSTANCE=config-debian-8
- INSTANCE=config-ubuntu-1404
- INSTANCE=config-ubuntu-1604
- INSTANCE=config-fedora-latest
- INSTANCE=config-amazonlinux
- INSTANCE=config-amazonlinux-2
- INSTANCE=remove-centos-6
- INSTANCE=remove-centos-7
- INSTANCE=remove-debian-8
- INSTANCE=remove-ubuntu-1404
- INSTANCE=remove-ubuntu-1604
- INSTANCE=remove-fedora-latest
- INSTANCE=remove-amazonlinux
- INSTANCE=remove-amazonlinux-2
- INSTANCE=unit-incorrect-gpg-fingerprint-centos-6
- INSTANCE=unit-incorrect-gpg-fingerprint-centos-7
- INSTANCE=unit-incorrect-gpg-fingerprint-debian-8
- INSTANCE=unit-incorrect-gpg-fingerprint-ubuntu-1404
- INSTANCE=unit-incorrect-gpg-fingerprint-ubuntu-1604
- INSTANCE=unit-incorrect-gpg-fingerprint-fedora-latest
- INSTANCE=unit-incorrect-gpg-fingerprint-amazonlinux
- INSTANCE=unit-incorrect-gpg-fingerprint-amazonlinux-2

Expand Down
1 change: 0 additions & 1 deletion libraries/agent_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class AgentInstaller < Chef::Resource
end

# Install
Chef::Log.warn("Installing amazon-cloudwatch-agent package on platform: #{node[:platform]}...")
case node[:platform]
when 'ubuntu', 'debian'
dpkg_package 'amazon-cloudwatch-agent' do
Expand Down

0 comments on commit b06cee2

Please sign in to comment.