Преглед изворни кода

Merge branch 'fix/fedora' of github.com:danragnar/sensu-ansible into fix/fedora

Dan Ragnar пре 7 година
родитељ
комит
cff452ec55
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ### Added
 - `vars/Fedora.yml`, `tasks/Fedora/main.yml`: Add Fedora as a client OS. Tested on Fedora 25, but should work on newer releases as well.
 
+### Added
+- `vars/Fedora.yml`, `tasks/Fedora/main.yml`: Add Fedora as a client OS. Tested on Fedora 25, but should work on newer releases as well.
+
 ## [2.1.0]
 ### Fixed
 - `defaults/main.yaml`,`tasks/plugins.yml`: Fix Python 3.X compatability issue when checking the contents of sensu_remote_plugins. (@danragnar)