Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    6e2b1b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. modulesync 0.13.0

    Bren Briggs committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    fc347e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from voxpupuli/modulesync

    modulesync 0.13.0
    dhoppe authored Oct 11, 2016
    Configuration menu
    Copy the full SHA
    1e5f62d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    e427290 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from dhoppe/modulesync

    Update based on voxpupuli/modulesync_config 0.14.1
    bastelfreak authored Oct 21, 2016
    Configuration menu
    Copy the full SHA
    f229c26 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    5d66d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6e4a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #125 from alexjfisher/rubocop

    Rubocop fixes
    bbriggs authored Oct 29, 2016
    Configuration menu
    Copy the full SHA
    781ca75 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Fix several markdown issues

    dhoppe committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    baf3627 View commit details
    Browse the repository at this point in the history
  2. Add missing badges

    dhoppe committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    fdbc177 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #124 from dhoppe/readme

    Add missing badges
    alexjfisher authored Oct 31, 2016
    Configuration menu
    Copy the full SHA
    722ac9e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    4257b6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from logic/master

    params.pp needs to know about Fedora 25
    jyaworski authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    762c3ac View commit details
    Browse the repository at this point in the history
  3. modulesync 0.15.0

    bastelfreak committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    c28b2bd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Merge pull request #127 from voxpupuli/modulesync

    modulesync 0.15.0
    dhoppe authored Nov 3, 2016
    Configuration menu
    Copy the full SHA
    c3d5b54 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. Fixes Issue-104 - No Hiera support (#128)

    * Fixes Issue-104 - No Hiera support
    
    Hiera hash are managed only if they exist 
    + hiera lookups outside of the variables part of the manifest.
    
    * Puppet lint fix
    
    https://travis-ci.org/voxpupuli/puppet-selinux/jobs/173201284
    
    * Another lint fix
    
    * Fix following @jyaworski comment
    
    * Puppet lint
    ryayon authored and jyaworski committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    4b9bf38 View commit details
    Browse the repository at this point in the history
  2. Fixes Issue-130 - No rspec for permissive (#131)

    * Fixes Issue-130 - No rspec for permissive
    
    * Fix `RuboCop failed`
    
    * Fix Rubocop issue
    
    `spec/defines/selinux_permissive_spec.rb:18:1: C: Style/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.`
    ryayon authored and jyaworski committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    242a079 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Configuration menu
    Copy the full SHA
    a58704b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    6ea2732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from alexjfisher/ruby1.8

    Update README with ruby 1.8 status
    bastelfreak authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    c20363f View commit details
    Browse the repository at this point in the history
  3. Use rspec-puppet-facts in all places

    Facts for supported OSes are now loaded from
    the rspec-puppet-facts.
    
    Commit includes no changes to any test, they all
    just ran as in on top of the various os facts.
    traylenator committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    e0cfefc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #137 from traylenator/pfacts

    Use rspec-puppet-facts in all places
    bastelfreak authored Nov 22, 2016
    Configuration menu
    Copy the full SHA
    a5f64af View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Fixes #133 Use semange -f 'all files' on RHEL6

    The command
    
    ```bash
    semanage fcontext -a -f a -t httpd_tmp_t /usr/share/nginx
    ```
    
    fails on RHEL6 machines. This changes it to
    
    ```bash
    semanage fcontext -a -f 'all files' -t httpd_tmp_t /usr/share/nginx
    ```
    
    * #133
    traylenator committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a05a29a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. modulesync 0.16.3

    bastelfreak committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    f372ac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from voxpupuli/modulesync

    modulesync 0.16.3
    dhoppe authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    2aa5004 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Merge pull request #138 from traylenator/sl6

    Fixes #133 Use semange -f 'all files' on RHEL6
    roidelapluie authored Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3436c4d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. modulesync 0.16.4

    bastelfreak committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    5cad07a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #143 from voxpupuli/modulesync

    modulesync 0.16.4
    alexjfisher authored Dec 21, 2016
    Configuration menu
    Copy the full SHA
    adb2c4b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Set puppet minimum version_requirement to 3.8.7

    Also bump minimum version for stdlib (for Puppet 4) and
    fix invalid version_range key
    juniorsysadmin committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    eee7305 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from juniorsysadmin/pupbump

    Set puppet minimum version_requirement to 3.8.7
    dhoppe authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    40826b9 View commit details
    Browse the repository at this point in the history
  3. Add acceptance tests

    This PR adds a simple acceptance test scenario.
    
    It will:
    
    * enable selinux
    * set it to enforcing
    * load a custom policy with a custom domain, boolean and file and port
    contexts
    * enable a custom boolean
    * label a port with a custom context
    * set a custom context on a file and
    * it will set the custom domain into permissive mode
    
    Run `PUPPET_INSTALL_TYPE=agent bundle exec rake beaker:centos-72-x64` to
    test with CentOS 7.
    
    Run `PUPPET_INSTALL_TYPE=agent bundle exec rake beaker:centos-66-x64` to
    test with CentOS 6.
    
    There is a known problem with CentOS 7 and the selmodule type. See
    PUP-6908, PUP-5649
    vinzent committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    4bc676f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Update to puppet-strings doc in selinux class

    At the same time fix wrong doc of type parameter.
    vinzent committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    92b9c24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from vinzent/puppet_strings

    Update to puppet-strings doc in selinux class
    bastelfreak authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    5ace474 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from vinzent/add_acceptance_tests

    Add acceptance tests
    alexjfisher authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    41a28dc View commit details
    Browse the repository at this point in the history
  4. Create /.autorelabel when switching from disabled mode

    A complete relabeling is required when switching from disabeld to
    permissive or enforcing mode, because selinux file attributes
    are not written in disabled mode this leaving the files regarding
    selinux in an incosistent state.
    
    This resolves #149
    vinzent committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    e37bfe9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #151 from vinzent/issue_18_autorelabel

    Create /.autorelabel when switching from disabled
    bastelfreak authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    422cd7f View commit details
    Browse the repository at this point in the history
  6. modulesync 0.16.6

    bastelfreak committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    fa9aa7a View commit details
    Browse the repository at this point in the history
  7. release 0.6.0

    bastelfreak committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    0d2600d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #152 from voxpupuli/modulesync

    Modulesync 0.16.6 & Release 0.6.0
    alexjfisher authored Dec 24, 2016
    Configuration menu
    Copy the full SHA
    adbf276 View commit details
    Browse the repository at this point in the history