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: puppetlabs/puppetlabs-peadm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-peadm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 18, 2020

  1. Bug fixes to convert

    reidmv committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    69a4a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Run on primary, then the rest, at end of convert

    So that if the puppetserver process restarts it doesn't impact agent
    runs on any of the rest of the nodes
    reidmv committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    dbeec01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from puppetlabs/convert-fixes

    Bug fixes to convert
    reidmv authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8f8f7ed View commit details
    Browse the repository at this point in the history
  3. Implement peadm::plan_step function

    This function lets a plan be broken down into steps, and a new parameter
    allows starting the plan from a particular step, skipping any steps
    occurring before it.
    reidmv committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    48abb1a View commit details
    Browse the repository at this point in the history
  4. Add peadm::plan_step function to convert plan

    This allows convert to be run resuming at specified steps.
    reidmv committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f562188 View commit details
    Browse the repository at this point in the history
  5. Add documentation for begin_at_step parameter

    Added to upgrade and convert docs
    reidmv committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    fbb31a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #126 from puppetlabs/plan-steps

    Plan steps
    reidmv authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8c27475 View commit details
    Browse the repository at this point in the history
  7. Prep for 2.3.0 release

    reidmv committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    8928c72 View commit details
    Browse the repository at this point in the history
Loading