Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-autofs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: voxpupuli/puppet-autofs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 27, 2016

  1. Add ensure_newline to resolve #15

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bastelfreak Tim Meusel
    Copy the full SHA
    97a870a View commit details
  2. use ensure_resource to resolve #16

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bastelfreak Tim Meusel
    Copy the full SHA
    61b8fb0 View commit details
  3. Set service to be managable

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3849afe View commit details
  4. Update metadata and Readme for release

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was signed with the committer’s verified signature.
    ekohl Ewoud Kohl van Wijngaarden
    Copy the full SHA
    f7e4f6d View commit details
  5. Update service class tests

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    eddcb60 View commit details
  6. Update service class tests

    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bastelfreak Tim Meusel
    Copy the full SHA
    71de0f5 View commit details
  7. Revert "Set service to be managable"

    This reverts commit 3849afe.
    David Hollinger III committed Jun 27, 2016

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    480ee8f View commit details

Commits on Jun 28, 2016

  1. Add logic to prevent duplicate resources

    David Hollinger III committed Jun 28, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bastelfreak Tim Meusel
    Copy the full SHA
    fd16b90 View commit details
  2. Test cleanup

    David Hollinger III committed Jun 28, 2016

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    bastelfreak Tim Meusel
    Copy the full SHA
    c6572c4 View commit details
  3. Create .autofs file in mapdir when use_dir is true

    David Hollinger III committed Jun 28, 2016

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f0efbea View commit details
  4. Merge branch 'master' of github.com:dhollinger/autofs-puppet

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    2aa17b9 View commit details
  5. Fix bug where .autofs file was populated incorrectly

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    2996dd9 View commit details
  6. Remove ensure for concat::fragment. #17

    The ensure parameter for concat::fragment was deprecated in
    puppetlabs-concat v2.0.0. Removing as that no longer has an effect.
    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    019bfd2 View commit details
  7. Update puppetlabs-concat requirement to >= 2.0.0

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    cd66251 View commit details
  8. Remove remaining ensure parameters for concat::fragment. #17

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    5e462d4 View commit details
  9. Update puppetlabs-stdlib version_requirement

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    8bc8fe2 View commit details
  10. Update Gemfile and Rakefile with new tasks

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    9221dad View commit details
  11. Add module:release task to Rakefile

    David Hollinger III committed Jun 28, 2016
    Copy the full SHA
    c029d69 View commit details
Loading