Commits on Aug 18, 2016

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

Commits on Sep 7, 2016

  1. make facts.sh sh compatible

    [[ are bash builtin and not supported by sh
    mookie- authored and Kim Jahn committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    e86d612 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from mookie-/patch-1

    make facts.sh sh compatible
    alexjfisher authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    3298c84 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    9d3263f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15725b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #84 from dhoppe/modulesync

    Update based on voxpupuli/modulesync_config 0.12.6
    bastelfreak authored Sep 15, 2016
    Configuration menu
    Copy the full SHA
    fadab66 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

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

    Update based on voxpupuli/modulesync_config 0.12.7
    bastelfreak authored Sep 19, 2016
    Configuration menu
    Copy the full SHA
    a9b1c34 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
    0a47b95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from voxpupuli/modulesync

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

Commits on Oct 19, 2016

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

    Update based on voxpupuli/modulesync_config 0.13.3
    alexjfisher authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    d303056 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

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

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

Commits on Oct 23, 2016

  1. Fix several markdown issues

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

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

    Add missing badges
    bastelfreak authored Oct 23, 2016
    Configuration menu
    Copy the full SHA
    706e784 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Added additional parameter data_dir for seperate data from home user …

    …directory
    Taulant Geci committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    877445f View commit details
    Browse the repository at this point in the history
  2. Fixed typo in init.pp

    Taulant Geci committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    1e25e13 View commit details
    Browse the repository at this point in the history
  3. Removed whitespaces in home parameter

    Taulant Geci committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    61ad82a View commit details
    Browse the repository at this point in the history
  4. Changed default value from undef to empty string

    Taulant Geci committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    dd8825c View commit details
    Browse the repository at this point in the history
  5. Reset installdir defaul

    Taulant Geci committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    9a0e0c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. modulesync 0.15.0

    alexjfisher committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    d4bba20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56ce273 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #91 from voxpupuli/modulesync

    Modulesync 0.15.0
    bastelfreak authored Nov 2, 2016
    Configuration menu
    Copy the full SHA
    974f9f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Make confluence_version a First Class Fact

    This stems from the fact that the confluence module unconditionally manages the
    directory /etc/puppetlabs/facter/facts.d directory in the sense that if the code
    gets evaluated first you run into the age old race condition of clashing with other
    classes who wish to manage it.  This removes said management, moves the fact
    to a ruby/puppet native which yields slightly prettier and less code.
    
    The change to `confluence::service` was required to get CI to pass.  I'd properly
    refactor this but it'd probably destroy users who already reference in hiera
    `confluence::service::service_file_location` etc.
    Simon Murray committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    0c31eae View commit details
    Browse the repository at this point in the history
  2. Allow System Group

    When managing the confluence user it defaults to a system user, however this doesn't
    apply to the group which may be problematic in deployments where other groups are
    hard coded to 1000 which has already been taken by confluence.  Make the confluence
    group a system account by default, this appears not to alter existing installations.
    Simon Murray committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    8e12e1d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from spjmurray/system_group

    Allow System Group
    dhoppe authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    f9f40c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92 from spjmurray/move_fact_to_lib

    Make confluence_version a First Class Fact
    dhoppe authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    e709eec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    522c429 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Merge pull request #94 from voxpupuli/revert-92-move_fact_to_lib

    Revert "Make confluence_version a First Class Fact"
    dhoppe authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    93b3f65 View commit details
    Browse the repository at this point in the history
  2. Make confluence_version a First Class Fact

    This stems from the fact that the confluence module unconditionally manages the
    directory /etc/puppetlabs/facter/facts.d directory in the sense that if the code
    gets evaluated first you run into the age old race condition of clashing with other
    classes who wish to manage it.  This removes said management, moves the fact
    to a ruby/puppet native which yields slightly prettier and less code.  Transitional
    code has been put in place to remove the old fact.
    
    The `confluence::service` class is dependant on the old inherits which used to live
    in `confluence::facts` to get access to `confluence::params`.  I've moved this to
    the more socially acceptable top level class.
    Simon Murray committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    920ef98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from spjmurray/move_fact_to_lib

    Make confluence_version a First Class Fact
    dhoppe authored Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7519b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Merge pull request #90 from tgeci/master

    Added parameter for alternative data dir
    jyaworski authored Nov 12, 2016
    Configuration menu
    Copy the full SHA
    e690e90 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

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

    Update based on voxpupuli/modulesync_config 0.16.2
    bastelfreak authored Nov 26, 2016
    Configuration menu
    Copy the full SHA
    6fb37d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Use https instead of http

    dhoppe committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    f405845 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
    383d272 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from voxpupuli/modulesync

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

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    480644c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from sacres/refactor_checksums

    Exposes checksum_verify in init.pp w/ conditional.
    dhoppe authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    78a66e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Bump puppet minimum version_requirement to 3.8.7

    We currently only run automated tests against Puppet 3 latest and
    therefore cannot guarantee that this module works as is expected with
    earlier Puppet 3 versions
    
    Also add Puppet 4 support
    Also remove deprecated pe verson_requirement field
    juniorsysadmin committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    a474969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from juniorsysadmin/pupbump

    Bump puppet minimum version_requirement to 3.8.7
    bastelfreak authored Dec 21, 2016
    Configuration menu
    Copy the full SHA
    29d1c2a View commit details
    Browse the repository at this point in the history
  3. modulesync 0.16.4

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

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

Commits on Dec 25, 2016

  1. modulesync 0.16.6

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

    modulesync 0.16.6
    bbriggs authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    57cd60d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. Bump minimum version dependencies (for Puppet 4)

    Bump dependencies to the minimum version that should work
    under Puppet 4, based on the metadata
    juniorsysadmin committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    d30803e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from juniorsysadmin/bumpdeps

    Bump minimum version dependencies (for Puppet 4)
    bastelfreak authored Dec 26, 2016
    Configuration menu
    Copy the full SHA
    7ff32a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. Merge pull request #101 from dhoppe/download_url

    Use https instead of http
    juniorsysadmin authored Jan 1, 2017
    Configuration menu
    Copy the full SHA
    b9c7769 View commit details
    Browse the repository at this point in the history