Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from jaredledvina/fix/drop-package-manager-doc…
Browse files Browse the repository at this point in the history
…-override

Add Fedora Support back & drop docs override
  • Loading branch information
jaredledvina authored Jan 29, 2019
2 parents fd369ba + 9875d19 commit 4bbd788
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
matrix:
fast_finish: true
allow_failures:
- env: SCENARIO=fedora # Unsupported, no Sensu Go packages
- env: SCENARIO=debian # Unsupported, no Sensu Go packages

services: docker
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ specifically test using the version of `Ansible` and `python` declared in the
[Pipefile](https://github.com/jaredledvina/sensu-go-ansible/blob/master/Pipfile)

The following Operating Systems are automatically tested:
- [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/)
- [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/)
- [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/)
- [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/)
- [Amazon Linux](https://aws.amazon.com/amazon-linux-ami/)
- [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/)
- [CentOS - 6](https://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.10)
Expand All @@ -98,10 +102,6 @@ The following Operating Systems are automatically tested:

The following Operating Systems are currently unsupported until Sensu Go
packages are officially published for them:
- [Fedora - 26](https://docs.fedoraproject.org/en-US/fedora/f26/release-notes/)
- [Fedora - 27](https://docs.fedoraproject.org/en-US/fedora/f27/release-notes/)
- [Fedora - 28](https://docs.fedoraproject.org/en-US/fedora/f28/release-notes/)
- [Fedora - 29](https://docs.fedoraproject.org/en-US/fedora/f29/release-notes/)
- [Debian - 8 (Jessie)](https://wiki.debian.org/DebianJessie)
- [Debian - 9 (Stretch)](https://wiki.debian.org/DebianStretch)

Expand Down
6 changes: 6 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ galaxy_info:
min_ansible_version: 2.7
github_branch: master
platforms:
- name: Fedora
versions:
- 26
- 27
- 28
- 29
- name: Amazon
versions:
- Candidate
Expand Down
17 changes: 2 additions & 15 deletions molecule/shared/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
---
- name: Prepare
hosts: all
gather_facts: true
tasks:
- name: Enable yum doc files
lineinfile:
regexp: tsflags=nodocs
path: /etc/yum.conf
state: absent
when: ansible_pkg_mgr == 'yum'

- name: Enable apt doc files
lineinfile:
regexp: 'path-exclude=/usr/share/doc/*'
path: /etc/dpkg/dpkg.cfg.d/excludes
state: absent
when: ansible_pkg_mgr == 'apt'
gather_facts: false
tasks: []

0 comments on commit 4bbd788

Please sign in to comment.