Commits on Jan 16, 2019

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

Commits on Jan 23, 2019

  1. (MODULES-7840) Update docs with better parameter descriptions

    Sean P. McDonald committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c623c52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #372 from McdonaldSeanp/MODULES7840

    (MODULES-7840) Update docs with better parameter descriptions
    Sean P McDonald authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f0af222 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. (MODULES-8406) fix the broken unless check for inherited permissions

    The windows provider only runs bare commands, which means an embedded pipe
    will be seen as a command parameter and not a pipe. This change adds a cmd
    shell as the primary command such that piping, etc. will work as expected.
    speedofdark committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    9cb2ec6 View commit details
    Browse the repository at this point in the history
  2. (MODULES-8348) Acceptance scaffold with beaker-puppet

    Adds an acceptance directory containing a set of scaffold test files
    and helpers to allow for testing this module with beaker-puppet instead
    of beaker-puppet_install_helper (which is no longer supported). The
    README in the acceptance directory describes how to run the new tests.
    
    This leaves the existing tests in spec/acceptance intact for now; in the
    future these old tests will either be migrated to the acceptance
    directory, or (if they test puppet 3 functionality) removed.
    
    Take note that this process will also eventually remove beaker-rspec,
    since it is incompatible with the use of subcommands in beaker 4.
    caseywilliams committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    10f6331 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #371 from caseywilliams/MODULES-8348/beaker-puppet…

    …-acceptance
    
    (MODULES-8348) Acceptance scaffold with beaker-puppet
    speedofdark authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    13ae763 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #375 from speedofdark/modules-8406-fix-broken-unle…

    …ss-check-for-inherited-permissions
    
    (MODULES-8406) fix the broken unless check for inherited permissions
    Sean P McDonald authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    89e8355 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. (MODULES-8319) Update service management to ignore mco after puppet6

    Packages from the puppet6 collections (and moving forward from that) we no
    longer carry the mcollective service. So for upgrades to collections other
    than puppet5 and PC1 we should ignore the mcollective service.
    
    This commit updates the service logic to use a new $_service_names parameter
    that is updated to exclude mcollective with anything that is not collections
    puppet5 or PC1
    Sean P. McDonald committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    06994c6 View commit details
    Browse the repository at this point in the history
  2. (maint) Add more steps to log descriptions for test tasks

    Sean P. McDonald committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    84cf0ee View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. (maint) Update README

    Sean P. McDonald committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    59a7179 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #373 from McdonaldSeanp/MODULES8319

    (MODULES-8319) Update service to exclude MCO for puppet > 6
    speedofdark authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    9e1c23a View commit details
    Browse the repository at this point in the history
  3. (MODULES-8523) Remove legacy Puppet 3 code from main manifests

    The puppet_agent module no longer supports upgrades from Puppet 3 nodes.
    This commit removes the remaining Puppet 3 code from the main manifests
    and any remaining spec tests.
    ekinanp committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    30759ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c6e1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d7d4b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    581666b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf295d2 View commit details
    Browse the repository at this point in the history
  8. (MODULES-8523) Fail if aio_agent_version is undefined

    An undefined aio_agent_version fact means we're running on a pre-Puppet
    4 node. Since pre-Puppet 4 upgrades are no longer supported, we should
    fail the run if aio_agent_version is undefined.
    ekinanp committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    dca67e0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #374 from ekinanp/MODULES-8523

    (MODULES-8523) Remove legacy Puppet 3 code
    Sean P McDonald authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    536a6a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    189f223 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from ekinanp/acceptance-test-refactor

    (MODULES-8348) Refactor the acceptance test scaffold
    caseywilliams authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b45f4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1993c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #377 from caseywilliams/maint/beaker-puppet-1.16

    (maint) Update minimum acceptance beaker-puppet version
    Sean P McDonald authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b0c1599 View commit details
    Browse the repository at this point in the history
  5. (MODULES-4730) Do not pass the agent environment during MSI installs

    Since the MSI installer already preserves the environment of an existing
    agent install, there's no need to specify it. Additionally, when there is
    no 'environment' key present in puppet.conf, this would set the environment
    key to the default value 'production', which can cause nodes to be
    incorrectly classified after upgrades.
    ScottGarman committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    9c0e076 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    95b3cc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #366 from mihaibuzgau/master

    (MODULES-8432) refresh PA repo if the version is not in the local cache
    speedofdark authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    16ff6cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #378 from ScottGarman/modules-4730-fix

    (MODULES-4730) Do not pass the agent environment during MSI installs
    branan authored Jan 30, 2019
    Configuration menu
    Copy the full SHA
    51fc09c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. (MODULES-8320) Remove old platforms

    We no longer ship these platforms in the latest 5.5.x stream.
    ekinanp committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    62677bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #380 from ekinanp/MODULES-8320

    (MODULES-8320) Remove old platforms
    ekinanp authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    3809e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. (FM-7732) Download puppet-agent packages over https

    This commit updates the install_shell task implementation to use https endpoints when downloading puppet-agent packages. Previously the http endpoints were used.
    donoghuc committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b78f72d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from loopinu/master

    (PE-25542) add RHEL8 to puppet agent module
    ScottGarman authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c1b6498 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge pull request #382 from donoghuc/FM-7732

    (FM-7732) Download puppet-agent packages over https
    donoghuc authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    69ff884 View commit details
    Browse the repository at this point in the history
  2. (MODULES-5535) Update test matrix to work with MacOS/Solaris/Windows

    Currently, the update testing in the acceptance directory does not
    test by waiting for pidfiles during installations. For
    MacOS/Solaris/Windows this means the acceptance tests will not work,
    since those platforms will spawn scripts to perform installations
    outside of an agent run
    
    So this commit updates the acceptance testing to include waiting for
    pidfiles after the puppet run completes so the testing will wait for
    the full installation.
    
    There were a few larger refactors done to help facilitate the changes:
    
    1. new functions for waiting for puppet to finish and waiting on
    installation PIDs
    
    2. the actual execution of puppet to perform the upgrade now consists
    of turning on the puppet service rather than executing 'puppet agent
    -t'. This is the approach we use when testing upgrades in PE and
    should be consistent
    
    3. several functions were refactored to be smaller and more focused.
    
    MacOS/Solaris/Windows
    Sean P. McDonald committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    b96c349 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Merge pull request #381 from McdonaldSeanp/MODULES5535

    (MODULES-5535) Update test matrix to work with MacOS/Solaris/Windows
    branan authored Feb 5, 2019
    Configuration menu
    Copy the full SHA
    f5a6261 View commit details
    Browse the repository at this point in the history
  2. (maint) Don't try to purge zypper packages in acceptance teardown

    The zypper provider doesn't support purge
    caseywilliams committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    7c9cfdd View commit details
    Browse the repository at this point in the history
  3. (MODULES-8598) Support SLES upgrades outside PE

    Allows SLES upgrades to use publicly available packages instead of
    packages from the PE master while upgrading puppet-agent. This enables
    upgrades for SLES users using open source Puppet.
    caseywilliams committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    6b7fda9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #383 from caseywilliams/MODULES-8598/foss-sles-upg…

    …rades
    
    (MODULES-8598) Enable SLES upgrades outside of Puppet Enterprise
    Sean P McDonald authored Feb 5, 2019
    Configuration menu
    Copy the full SHA
    ba8e7fb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. (PA-2282) Add developer documentation

    This adds documentation to help developers get started using this repo.
    This moves some existing documentation out of CONTRIBUTING.md and into
    a new DEVELOPERS.md. A few key features of this new file are:
    
    - Tools for iterative development, i.e. ways to quickly make and test
      changes to the module
    - Which files to read to better understand a repo
    - Other tools to ease development, e.g. Jenkins pipelines to run
    Scott McClellan committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8ac8663 View commit details
    Browse the repository at this point in the history
  2. (PA-2282) Add Docker workflow for iterative development

    This commit decreases the feedback cycle time to enable iterative
    development. The gist is that a developer can use Docker to test
    out upgrades on a machine.
    
    The `docker/bin/upgrade.sh [<PLATFORM>] [<BEFORE>] [<AFTER>]`
    command builds a container on the `<PLATFORM>` platform that has
    the `<BEFORE>` version of puppet on it and adds the `puppet_agent`
    module. It then runs `puppet apply` in the container such that the
    `<AFTER>` version of puppet exists afterward. This script ends with
    a shell inside the container.
    
    Available platforms are Ubuntu Xenial (`ubuntu`) and CentOS 7
    (`centos`).
    
    Also available is `docker/bin/versions.sh [<PLATFORMS>]`, which
    will output which versions of puppet are available on given
    comma-separated `<PLATFORMS>`.
    
    For full details, see docker/ubuntu/Dockerfile or
    docker/centos/Dockerfile.
    Scott McClellan committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    647e282 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #352 from smcclellan/docker-dev-workflow

    (PA-2282) Add Docker workflow for iterative development
    Sean P McDonald authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8b56966 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. (maint) Fix a few acceptance test papercuts

    - Correct server version restriction in puppet5 -> puppet6 upgrade test
    - A few readability edits for comments and logging
    caseywilliams authored and smcclellan committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    ec06642 View commit details
    Browse the repository at this point in the history
  2. (MODULES-4986) Remove deprecated settings for puppet 5

    Several puppet.conf settings were deprecated in puppet 5:
    - app_management
    - ignorecache
    - configtimeout
    - trusted_server_facts
    
    This removes those settings while performing any upgrade to a version of
    puppet 5 or greater.
    caseywilliams authored and smcclellan committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    df20490 View commit details
    Browse the repository at this point in the history
  3. (maint) Remove $logdir parameter from params.pp

    $logdir appears to have been in use for mcollective, which is not
    managed as part of this module. This commit removed the unnecessary
    logdir param
    Sean P. McDonald committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    a16b163 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. (maint) Refactor structure of package sources

    This commit performs a major refactor of the structure of identifying
    and using sources for the packages to upgrade. Before this commit,
    sources were identified in a myriad of different ways with no
    consistency.
    
    All source identification now happens as the first action in the
    osfamily manifests. Sources are identified in these manifests and
    then used to pull packages sources (if necessary) or identify where
    the osfamily manifest downloads repos.
    
    Parts of the init manifest that were previously calculating things
    like package name have been moved to the osfamily manifests as well.
    Sean P. McDonald committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0876fcd View commit details
    Browse the repository at this point in the history
  2. (MODULES-8599) Update Darwin class to remove PE/version checks

    MacOS installations now work, FOSS or PE,
    using puppet_agent::prepare::package and the new
    puppet_agent::prepare::package_source class. This commit removes
    the checks for PE and MacOS version from the Darwin class so MacOS
    upgrades are available in FOSS land.
    Sean P. McDonald committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    c26c518 View commit details
    Browse the repository at this point in the history
  3. (MODULES-8599) Update location of pidfile to puppet statedir

    Previously, solaris and MacOS install scripts would create pidfiles
    in temp directories to identify an install was running to other
    installers. This commit moves the pidfiles to the puppet statedir.
    Sean P. McDonald committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    012969f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #385 from McdonaldSeanp/MODULES8599

    (MODULES-8599) Refactor sources and enable Darwin FOSS installs
    caseywilliams authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    6ccfada View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Merge pull request #357 from smcclellan/developers-md

    (PA-2282) Add developer documentation
    geoffnichols authored Feb 13, 2019
    Configuration menu
    Copy the full SHA
    a9076ec View commit details
    Browse the repository at this point in the history
  2. (MODULES-4780) README improvements

    Various improvments to include details related to newer Puppet package
    repos and other minor clarifications.
    
    Removed a reference about upgrading to Puppet 4, which is no longer
    supported - Puppet 4 is the baseline version you can use this module to
    upgrade from.
    ScottGarman committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    dd7812e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. (BOLT-1057) Pass required args to run_task

    Previously, the tests were omitting the `params` argument to `run_task`.
    In newer versions of BoltSpec, that parameter is going to be required,
    so now we always pass it.
    nicklewis committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    c2fc510 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. (MODULES-8583) Improve rpm importing of the puppet GPG key

    SLES 15 uses gpg 2.2, which changed some of its key output formatting
    and is noisier about missing commands. This change normalizes the text
    parsing of gpg keys, using the --with-colons option, that is recommended
    in the man page for use in scripts. The updated parsing pipelines work with
    older and newer versions of gpg.
    ScottGarman committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    a6709cb View commit details
    Browse the repository at this point in the history