Showing with 153 additions and 111 deletions.
  1. +1 −1 .msync.yml
  2. +1 −1 .rubocop.yml
  3. +1 −6 .travis.yml
  4. +28 −48 CHANGELOG.md
  5. +27 −0 Rakefile
  6. +2 −2 docs/_index.html
  7. +7 −0 docs/css/style.css
  8. +1 −1 docs/file.README.html
  9. +1 −1 docs/frames.html
  10. +1 −1 docs/index.html
  11. +44 −19 docs/puppet_classes/selinux.html
  12. +12 −6 docs/puppet_classes/selinux_3A_3Aconfig.html
  13. +1 −1 docs/puppet_classes/selinux_3A_3Apackage.html
  14. +1 −1 docs/puppet_classes/selinux_3A_3Aparams.html
  15. +1 −1 docs/puppet_classes/selinux_3A_3Arefpolicy_package.html
  16. +1 −1 docs/puppet_defined_types/selinux_3A_3Aboolean.html
  17. +1 −1 docs/puppet_defined_types/selinux_3A_3Aexec_restorecon.html
  18. +1 −1 docs/puppet_defined_types/selinux_3A_3Afcontext.html
  19. +1 −1 docs/puppet_defined_types/selinux_3A_3Afcontext_3A_3Aequivalence.html
  20. +1 −1 docs/puppet_defined_types/selinux_3A_3Amodule.html
  21. +1 −1 docs/puppet_defined_types/selinux_3A_3Apermissive.html
  22. +1 −1 docs/puppet_defined_types/selinux_3A_3Aport.html
  23. +1 −1 docs/puppet_providers_selinux_fcontext/semanage.html
  24. +1 −1 docs/puppet_providers_selinux_fcontext_equivalence/semanage.html
  25. +1 −1 docs/puppet_providers_selinux_permissive/semanage.html
  26. +1 −1 docs/puppet_providers_selinux_port/semanage.html
  27. +1 −1 docs/puppet_types/selinux_fcontext.html
  28. +1 −1 docs/puppet_types/selinux_fcontext_equivalence.html
  29. +1 −1 docs/puppet_types/selinux_permissive.html
  30. +1 −1 docs/puppet_types/selinux_port.html
  31. +1 −1 docs/top-level-namespace.html
  32. +7 −4 manifests/config.pp
  33. +1 −1 metadata.json
  34. +0 −1 spec/classes/selinux_config_mode_spec.rb
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
modulesync_config_version: '1.5.0'
modulesync_config_version: '1.6.0'
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Style/HashSyntax:
Style/RedundantReturn:
Enabled: True

Style/EndOfLine:
Layout/EndOfLine:
Enabled: False

Lint/AmbiguousOperator:
Expand Down
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ dist: trusty
language: ruby
cache: bundler
before_install:
- bundle -v
- rm Gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle -v
- rm -f Gemfile.lock
script:
- 'bundle exec rake $CHECK'
matrix:
Expand Down
76 changes: 28 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v1.5.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.5.0) (2017-12-15)
## [v1.5.1](https://github.com/voxpupuli/puppet-selinux/tree/v1.5.1) (2018-01-04)
[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.5.0...v1.5.1)

**Fixed bugs:**

- Fixing change-selinux-status-to-disabled exec [\#246](https://github.com/voxpupuli/puppet-selinux/pull/246) ([bjvrielink](https://github.com/bjvrielink))

## [v1.5.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.5.0) (2017-12-15)
[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.4.0...v1.5.0)

**Merged pull requests:**

- Release 1.5.0 [\#244](https://github.com/voxpupuli/puppet-selinux/pull/244) ([vinzent](https://github.com/vinzent))
- Add exec\_restorecon to hiera calls [\#243](https://github.com/voxpupuli/puppet-selinux/pull/243) ([FStelzer](https://github.com/FStelzer))
- release 1.4.0 [\#242](https://github.com/voxpupuli/puppet-selinux/pull/242) ([bastelfreak](https://github.com/bastelfreak))

## [v1.4.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.4.0) (2017-11-19)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.3.0...v1.4.0)

**Implemented enhancements:**
Expand All @@ -23,11 +28,11 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- release 1.4.0 [\#242](https://github.com/voxpupuli/puppet-selinux/pull/242) ([bastelfreak](https://github.com/bastelfreak))
- bump puppet version dependency to \>= 4.7.1 \< 6.0.0 [\#241](https://github.com/voxpupuli/puppet-selinux/pull/241) ([bastelfreak](https://github.com/bastelfreak))
- Remove Fedora 24 support statement [\#239](https://github.com/voxpupuli/puppet-selinux/pull/239) ([vinzent](https://github.com/vinzent))

## [v1.3.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.3.0) (2017-09-17)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.2.0...v1.3.0)

**Implemented enhancements:**
Expand All @@ -45,10 +50,8 @@ These should not affect the functionality of the module.
- Test disabling of SELinux [\#233](https://github.com/voxpupuli/puppet-selinux/pull/233) ([vinzent](https://github.com/vinzent))
- Add Amazon Linux support [\#231](https://github.com/voxpupuli/puppet-selinux/pull/231) ([clinty](https://github.com/clinty))
- Re-enable restorecon spec test [\#228](https://github.com/voxpupuli/puppet-selinux/pull/228) ([vinzent](https://github.com/vinzent))
- Release 1.2.0 [\#227](https://github.com/voxpupuli/puppet-selinux/pull/227) ([vinzent](https://github.com/vinzent))

## [v1.2.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.2.0) (2017-07-02)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.1.0...v1.2.0)

**Implemented enhancements:**
Expand All @@ -57,10 +60,9 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Release 1.1.0 [\#219](https://github.com/voxpupuli/puppet-selinux/pull/219) ([oranenj](https://github.com/oranenj))
- Release 1.2.0 [\#227](https://github.com/voxpupuli/puppet-selinux/pull/227) ([vinzent](https://github.com/vinzent))

## [v1.1.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.1.0) (2017-05-11)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**
Expand All @@ -74,34 +76,26 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Release 1.1.0 [\#219](https://github.com/voxpupuli/puppet-selinux/pull/219) ([oranenj](https://github.com/oranenj))
- Fedora 26 uses the same package\_name as Fedora 25 [\#218](https://github.com/voxpupuli/puppet-selinux/pull/218) ([logic](https://github.com/logic))
- Ensure the module build tmp/ directory is actually a directory [\#216](https://github.com/voxpupuli/puppet-selinux/pull/216) ([oranenj](https://github.com/oranenj))
- Prepare 1.0.0 [\#211](https://github.com/voxpupuli/puppet-selinux/pull/211) ([oranenj](https://github.com/oranenj))

## [v1.0.0](https://github.com/voxpupuli/puppet-selinux/tree/v1.0.0) (2017-04-02)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.8.0...v1.0.0)

**Breaking changes:**

- Remove CentOS 5 support [\#190](https://github.com/voxpupuli/puppet-selinux/issues/190)
- BREAKING: Redesign selinux::module parameters [\#178](https://github.com/voxpupuli/puppet-selinux/issues/178)
- BREAKING: Remove restorecond management support [\#206](https://github.com/voxpupuli/puppet-selinux/pull/206) ([oranenj](https://github.com/oranenj))
- BREAKING: Remove Amazon Linux support [\#193](https://github.com/voxpupuli/puppet-selinux/pull/193) ([vinzent](https://github.com/vinzent))
- BREAKING: Remove support for EL5 and Fedora \< 24 [\#192](https://github.com/voxpupuli/puppet-selinux/pull/192) ([vinzent](https://github.com/vinzent))
- BREAKING: Selinux permissive type [\#183](https://github.com/voxpupuli/puppet-selinux/pull/183) ([oranenj](https://github.com/oranenj))
- BREAKING: Add selinux\_fcontext and selinux\_fcontext\_equivalence types [\#177](https://github.com/voxpupuli/puppet-selinux/pull/177) ([oranenj](https://github.com/oranenj))
- BREAKING: Downgrade enforcing to permissive configuration when SELinux is disabled [\#175](https://github.com/voxpupuli/puppet-selinux/pull/175) ([oranenj](https://github.com/oranenj))
- BREAKING: Add a selinux\_port type and provider [\#174](https://github.com/voxpupuli/puppet-selinux/pull/174) ([oranenj](https://github.com/oranenj))

**Implemented enhancements:**

- BREAKING: Redesign selinux::module parameters [\#178](https://github.com/voxpupuli/puppet-selinux/issues/178)
- Automatically order resources to not produce runtime failures [\#147](https://github.com/voxpupuli/puppet-selinux/issues/147)
- selinux::module should not manage files in /usr [\#146](https://github.com/voxpupuli/puppet-selinux/issues/146)
- Remove dependency on make and selinux-policy-devel in selinux::module [\#141](https://github.com/voxpupuli/puppet-selinux/issues/141)
- Add a convenience wrapper for restorecon execs [\#205](https://github.com/voxpupuli/puppet-selinux/pull/205) ([oranenj](https://github.com/oranenj))
- Replace all validate functions with datatypes [\#201](https://github.com/voxpupuli/puppet-selinux/pull/201) ([bastelfreak](https://github.com/bastelfreak))
- Convert selinux::boolean to puppet types [\#198](https://github.com/voxpupuli/puppet-selinux/pull/198) ([oranenj](https://github.com/oranenj))
- BREAKING: Selinux permissive type [\#183](https://github.com/voxpupuli/puppet-selinux/pull/183) ([oranenj](https://github.com/oranenj))
- BREAKING: Add selinux\_fcontext and selinux\_fcontext\_equivalence types [\#177](https://github.com/voxpupuli/puppet-selinux/pull/177) ([oranenj](https://github.com/oranenj))
- BREAKING: Downgrade enforcing to permissive configuration when SELinux is disabled [\#175](https://github.com/voxpupuli/puppet-selinux/pull/175) ([oranenj](https://github.com/oranenj))
- BREAKING: Add a selinux\_port type and provider [\#174](https://github.com/voxpupuli/puppet-selinux/pull/174) ([oranenj](https://github.com/oranenj))
- Document known problems / limitations [\#171](https://github.com/voxpupuli/puppet-selinux/pull/171) ([vinzent](https://github.com/vinzent))

**Fixed bugs:**
Expand All @@ -117,6 +111,7 @@ These should not affect the functionality of the module.

**Closed issues:**

- Remove CentOS 5 support [\#190](https://github.com/voxpupuli/puppet-selinux/issues/190)
- Release 1.0.0 [\#184](https://github.com/voxpupuli/puppet-selinux/issues/184)
- order of file contexts [\#121](https://github.com/voxpupuli/puppet-selinux/issues/121)
- selinux::module fails when module contains more than .te file [\#118](https://github.com/voxpupuli/puppet-selinux/issues/118)
Expand All @@ -129,22 +124,24 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Prepare 1.0.0 [\#211](https://github.com/voxpupuli/puppet-selinux/pull/211) ([oranenj](https://github.com/oranenj))
- Fix resource reference issue when removing fcontexts [\#209](https://github.com/voxpupuli/puppet-selinux/pull/209) ([oranenj](https://github.com/oranenj))
- BREAKING: Remove restorecond management support [\#206](https://github.com/voxpupuli/puppet-selinux/pull/206) ([oranenj](https://github.com/oranenj))
- Doc fixes [\#204](https://github.com/voxpupuli/puppet-selinux/pull/204) ([oranenj](https://github.com/oranenj))
- Fix spelling for supported type in README [\#203](https://github.com/voxpupuli/puppet-selinux/pull/203) ([ardrigh](https://github.com/ardrigh))
- Update strings docs [\#197](https://github.com/voxpupuli/puppet-selinux/pull/197) ([vinzent](https://github.com/vinzent))
- Remove tests for Fedora 19-23 and CentOS 5 [\#194](https://github.com/voxpupuli/puppet-selinux/pull/194) ([vinzent](https://github.com/vinzent))
- BREAKING: Remove Amazon Linux support [\#193](https://github.com/voxpupuli/puppet-selinux/pull/193) ([vinzent](https://github.com/vinzent))
- BREAKING: Remove support for EL5 and Fedora \< 24 [\#192](https://github.com/voxpupuli/puppet-selinux/pull/192) ([vinzent](https://github.com/vinzent))
- Fix puppet strings warnings and minor README.md update [\#191](https://github.com/voxpupuli/puppet-selinux/pull/191) ([vinzent](https://github.com/vinzent))
- Rubocop config fixes [\#182](https://github.com/voxpupuli/puppet-selinux/pull/182) ([vinzent](https://github.com/vinzent))
- modulesync 0.19.0 [\#176](https://github.com/voxpupuli/puppet-selinux/pull/176) ([bastelfreak](https://github.com/bastelfreak))
- Fix broken link to puppet strings documentation [\#173](https://github.com/voxpupuli/puppet-selinux/pull/173) ([vinzent](https://github.com/vinzent))
- Update inline doc to puppet-strings [\#172](https://github.com/voxpupuli/puppet-selinux/pull/172) ([vinzent](https://github.com/vinzent))
- Modulesync 0.18.0 [\#170](https://github.com/voxpupuli/puppet-selinux/pull/170) ([bastelfreak](https://github.com/bastelfreak))
- release 0.8.0 [\#168](https://github.com/voxpupuli/puppet-selinux/pull/168) ([bastelfreak](https://github.com/bastelfreak))
- \(GH-147\) Add ordering of resources [\#167](https://github.com/voxpupuli/puppet-selinux/pull/167) ([vinzent](https://github.com/vinzent))

## [v0.8.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.8.0) (2017-01-12)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.7.1...v0.8.0)

**Closed issues:**
Expand All @@ -155,11 +152,10 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- release 0.8.0 [\#168](https://github.com/voxpupuli/puppet-selinux/pull/168) ([bastelfreak](https://github.com/bastelfreak))
- modulesync 0.16.7 [\#163](https://github.com/voxpupuli/puppet-selinux/pull/163) ([bastelfreak](https://github.com/bastelfreak))
- Release 0.7.1 [\#160](https://github.com/voxpupuli/puppet-selinux/pull/160) ([vinzent](https://github.com/vinzent))

## [v0.7.1](https://github.com/voxpupuli/puppet-selinux/tree/v0.7.1) (2016-12-28)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.7.0...v0.7.1)

**Closed issues:**
Expand All @@ -168,24 +164,22 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Release 0.7.1 [\#160](https://github.com/voxpupuli/puppet-selinux/pull/160) ([vinzent](https://github.com/vinzent))
- Fix usage of non-existent $::selinux\_enabled fact [\#159](https://github.com/voxpupuli/puppet-selinux/pull/159) ([vinzent](https://github.com/vinzent))
- Default to undef for syncversion parameter in selinux::module [\#158](https://github.com/voxpupuli/puppet-selinux/pull/158) ([vinzent](https://github.com/vinzent))
- Remove mentions of Ruby requirements in README [\#156](https://github.com/voxpupuli/puppet-selinux/pull/156) ([juniorsysadmin](https://github.com/juniorsysadmin))
- release 0.7.0 [\#155](https://github.com/voxpupuli/puppet-selinux/pull/155) ([bastelfreak](https://github.com/bastelfreak))

## [v0.7.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.7.0) (2016-12-24)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.6.0...v0.7.0)

**Merged pull requests:**

- release 0.7.0 [\#155](https://github.com/voxpupuli/puppet-selinux/pull/155) ([bastelfreak](https://github.com/bastelfreak))
- Remove custom fact selinux\_custom\_policy [\#154](https://github.com/voxpupuli/puppet-selinux/pull/154) ([vinzent](https://github.com/vinzent))
- Modulesync 0.16.6 & Release 0.6.0 [\#152](https://github.com/voxpupuli/puppet-selinux/pull/152) ([bastelfreak](https://github.com/bastelfreak))
- Default module prefix now '' [\#140](https://github.com/voxpupuli/puppet-selinux/pull/140) ([traylenator](https://github.com/traylenator))
- Fix type doc [\#134](https://github.com/voxpupuli/puppet-selinux/pull/134) ([kausar007](https://github.com/kausar007))

## [v0.6.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.6.0) (2016-12-24)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.5.0...v0.6.0)

**Closed issues:**
Expand All @@ -199,6 +193,7 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Modulesync 0.16.6 & Release 0.6.0 [\#152](https://github.com/voxpupuli/puppet-selinux/pull/152) ([bastelfreak](https://github.com/bastelfreak))
- Create /.autorelabel when switching from disabled [\#151](https://github.com/voxpupuli/puppet-selinux/pull/151) ([vinzent](https://github.com/vinzent))
- Update to puppet-strings doc in selinux class [\#150](https://github.com/voxpupuli/puppet-selinux/pull/150) ([vinzent](https://github.com/vinzent))
- Add acceptance tests [\#145](https://github.com/voxpupuli/puppet-selinux/pull/145) ([vinzent](https://github.com/vinzent))
Expand All @@ -219,28 +214,23 @@ These should not affect the functionality of the module.
- modulesync 0.13.0 [\#122](https://github.com/voxpupuli/puppet-selinux/pull/122) ([bbriggs](https://github.com/bbriggs))

## [v0.5.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.5.0) (2016-09-08)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.4.1...v0.5.0)

**Closed issues:**

- fcontext should check for the existence of $filepath before running restorecon [\#108](https://github.com/voxpupuli/puppet-selinux/issues/108)
- fcontext detection fails if pattern contains square brackets [\#105](https://github.com/voxpupuli/puppet-selinux/issues/105)

**Merged pull requests:**

- Release 0.5.0 [\#120](https://github.com/voxpupuli/puppet-selinux/pull/120) ([bastelfreak](https://github.com/bastelfreak))
- Cleanups and dangling issues [\#117](https://github.com/voxpupuli/puppet-selinux/pull/117) ([maage](https://github.com/maage))
- Fixing operatingsystem for Amazon Linux [\#111](https://github.com/voxpupuli/puppet-selinux/pull/111) ([bleiva](https://github.com/bleiva))

## [v0.4.1](https://github.com/voxpupuli/puppet-selinux/tree/v0.4.1) (2016-09-02)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.4.0...v0.4.1)

**Closed issues:**

- missing package dependency in ::module \(RHEL\) [\#112](https://github.com/voxpupuli/puppet-selinux/issues/112)
- fcontext should check for the existence of $filepath before running restorecon [\#108](https://github.com/voxpupuli/puppet-selinux/issues/108)
- Should not be running restorecon like this [\#107](https://github.com/voxpupuli/puppet-selinux/issues/107)
- fcontext detection fails if pattern contains square brackets [\#105](https://github.com/voxpupuli/puppet-selinux/issues/105)
- Duplicate test? [\#102](https://github.com/voxpupuli/puppet-selinux/issues/102)
- Tag a new release [\#96](https://github.com/voxpupuli/puppet-selinux/issues/96)

Expand All @@ -251,7 +241,6 @@ These should not affect the functionality of the module.
- Removes duplicate package test [\#103](https://github.com/voxpupuli/puppet-selinux/pull/103) ([jfryman](https://github.com/jfryman))

## [v0.4.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.4.0) (2016-06-02)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.3.1...v0.4.0)

**Closed issues:**
Expand Down Expand Up @@ -279,7 +268,6 @@ These should not affect the functionality of the module.
- Add support for Factor 1.6 [\#55](https://github.com/voxpupuli/puppet-selinux/pull/55) ([Gilum](https://github.com/Gilum))

## [v0.3.1](https://github.com/voxpupuli/puppet-selinux/tree/v0.3.1) (2016-03-08)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.3.0...v0.3.1)

**Closed issues:**
Expand All @@ -296,7 +284,6 @@ These should not affect the functionality of the module.
- Fix Issue \#76 [\#77](https://github.com/voxpupuli/puppet-selinux/pull/77) ([Thubo](https://github.com/Thubo))

## [v0.3.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.3.0) (2015-12-13)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.2.6...v0.3.0)

**Closed issues:**
Expand All @@ -316,7 +303,6 @@ These should not affect the functionality of the module.
- Make port exec statement unique for protocol [\#37](https://github.com/voxpupuli/puppet-selinux/pull/37) ([dlevene1](https://github.com/dlevene1))

## [v0.2.6](https://github.com/voxpupuli/puppet-selinux/tree/v0.2.6) (2015-10-20)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.2.5...v0.2.6)

**Closed issues:**
Expand All @@ -331,7 +317,6 @@ These should not affect the functionality of the module.
- Add Permissive to puppet-selinux module [\#53](https://github.com/voxpupuli/puppet-selinux/pull/53) ([jewnix](https://github.com/jewnix))

## [v0.2.5](https://github.com/voxpupuli/puppet-selinux/tree/v0.2.5) (2015-08-05)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.2.3...v0.2.5)

**Closed issues:**
Expand All @@ -352,7 +337,6 @@ These should not affect the functionality of the module.
- Fix to work with strict\_variables=true [\#32](https://github.com/voxpupuli/puppet-selinux/pull/32) ([robinbowes](https://github.com/robinbowes))

## [v0.2.3](https://github.com/voxpupuli/puppet-selinux/tree/v0.2.3) (2015-03-03)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.2.2...v0.2.3)

**Merged pull requests:**
Expand All @@ -362,7 +346,6 @@ These should not affect the functionality of the module.
- fix change-selinux-status in case of selinux disabled [\#28](https://github.com/voxpupuli/puppet-selinux/pull/28) ([cristifalcas](https://github.com/cristifalcas))

## [v0.2.2](https://github.com/voxpupuli/puppet-selinux/tree/v0.2.2) (2015-01-19)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/v0.2.0...v0.2.2)

**Merged pull requests:**
Expand All @@ -374,9 +357,6 @@ These should not affect the functionality of the module.
- Switch to a more robust way of changing SELinux status [\#22](https://github.com/voxpupuli/puppet-selinux/pull/22) ([djjudas21](https://github.com/djjudas21))

## [v0.2.0](https://github.com/voxpupuli/puppet-selinux/tree/v0.2.0) (2015-01-12)

[Full Changelog](https://github.com/voxpupuli/puppet-selinux/compare/66b941f2e79857b5deb9604435063043ff14a490...v0.2.0)

**Closed issues:**

- Release to Puppet Forge? [\#7](https://github.com/voxpupuli/puppet-selinux/issues/7)
Expand Down Expand Up @@ -405,4 +385,4 @@ These should not affect the functionality of the module.



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Loading