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-systemd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: voxpupuli/puppet-systemd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 20 commits
  • 96 files changed
  • 4 contributors

Commits on Apr 19, 2021

  1. Add stale.yml

    Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
    raphink committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    f419e4b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Correct puppet-strings documentation (#192)

    In various places @attr was used instead of @param. It also didn't use
    the @summary tag which led to odd summaries. Then some indenting was
    incorrect.
    
    It also uses a newer version of puppet-strings which generates a
    list of parameters with links.
    ekohl authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3934a55 View commit details
    Browse the repository at this point in the history
  2. Add notify_service support to dropin_file (#191)

    It is very common that a drop in file should notify a service that's
    managed elsewhere. This adds a parameter to do so which then uses a
    collector.
    ekohl authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    81f3eb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    7b5b81a View commit details
    Browse the repository at this point in the history
  2. feat(metadata): move metadata.json to Vox Pupuli

    Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
    raphink committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f184b62 View commit details
    Browse the repository at this point in the history
  3. modulesync 4.1.0

    bastelfreak committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a41daa0 View commit details
    Browse the repository at this point in the history
  4. puppet-lint: autofix

    bastelfreak committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a3bd5d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064b7d0 View commit details
    Browse the repository at this point in the history
  6. rubocop: autofix

    bastelfreak committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    57b9db3 View commit details
    Browse the repository at this point in the history
  7. delete legacy files

    bastelfreak committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    053c1db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3243cf2 View commit details
    Browse the repository at this point in the history
  9. cleanup .fixtures.yml

    bastelfreak committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    d88d2d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. tests: Rename spec/default_module_facts.yaml to spec/default_module_f…

    …acts.yml
    
    Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
    raphink committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e498b9f View commit details
    Browse the repository at this point in the history
  2. tests: remove spec_helper_local.rb

    Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
    raphink committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f4b4de3 View commit details
    Browse the repository at this point in the history
  3. tests: test default_module_facts to contain systemd_internal_services

    fact
    
    Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
    raphink committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    bcc5894 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #198 from voxpupuli/modulesync

    modulesync 4.1.0
    bastelfreak authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b76c574 View commit details
    Browse the repository at this point in the history
  5. Accept Datatype Sensitive for $content

    - just as for systemd::dropin_file, accept Datatype Sensitive for $content
    - Rspec-Test for sensitive Content
    Cocker Koch committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    95f1d66 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #201 from cocker-cc/Accept_Datatype_Sensitive

    Accept Datatype Sensitive for $content
    bastelfreak authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a7c76fa View commit details
    Browse the repository at this point in the history
  7. release 3.1.0

    bastelfreak committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8bbfd3e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #202 from bastelfreak/rel310

    release 3.1.0
    bastelfreak authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    555b43a View commit details
    Browse the repository at this point in the history
Loading