puppetlabs / puppetlabs-pecdm

Puppet Bolt driven fusion of puppetlabs/peadm and Terraform.
Apache License 2.0
14 stars 19 forks source link

Fix non-functional autope::upgrade plan #47

Closed mcka1n closed 3 years ago

mcka1n commented 3 years ago

Fixing the upgrade plan

In this PR I adjusted the upgrade plan to:

  1. Receive the correct parameters
  2. and updated the parameters gathering logic (to pass to peadm)

Also as a Bonus, I updated the README file with a section about how to run the autope::upgrade plan (+ some markdown adjustments)

Thanks!