Commits on Jul 31, 2019

  1. (MODULES-9497) install_puppet.ps1 PID not released

    Dorin Pleava committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1006468 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Update metadata versions

    Robert Vincent committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    237b8a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Merge pull request #429 from loopinu/master

    (maint) Release prep for 2.2.0
    mihaibuzgau authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    db2613e View commit details
    Browse the repository at this point in the history
  2. (MODULES-9497) install_puppet.ps1 stale .pid file

    When a agent upgrade fails for some reason, the
    puppet_agent_upgrade.pid file is not deleted, and the next time
    the install_puppet.ps1 runs, it fails again and again as it cannot start
    the installation because of the stale .pid file.
    
    Now, the install_puppet.ps1 checks if the PID inside the .pid file is
    still running, and if not, it will replace the PID inside the file and
    continue the installation.
    Dorin Pleava authored and Dorin Pleava committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    c041b77 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Merge pull request #428 from pillarsdotnet/patch-1

    Update metadata versions
    mihaibuzgau authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    8228fe7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #430 from Dorin-Pleava/MODULES-9497

    (MODULES-9497) install_puppet.ps1 stale .pid file
    mihaibuzgau authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    854bc3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a9f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge pull request #431 from GeorgeMrejea/PE-25814_Add_Debian_10_Bust…

    …er_amd64
    
    (PE-25814) Add Debian 10 Buster amd64 to puppet agent module
    GabrielNagy authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    1eee5c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. (MODULES-9698) Update facts module used for testing install task

    Update the version of puppetlabs-facts to match what is shipped with the latest bolt version.
    donoghuc committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    0ecacab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    72d7c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c5634 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Merge pull request #433 from donoghuc/update-facts-module-dep

    (MODULES-9698) Update facts module used for testing install task
    Gheorghe Popescu authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    d8c70d4 View commit details
    Browse the repository at this point in the history
  2. (MODULES-9846) fix install using cached catalog

    In case a cached catalog requesting puppet agent installation is
    applied, the install script executes msi install and service
    restart each time is run.
    
    With this correction, the puppet agent package version is checked
    against aio_agent_version fact and install continues only if
    there is no match.
    Ciprian Badescu committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    2bea0fe View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge pull request #437 from ciprianbadescu/MODULES-9846/fix-cached-c…

    …atalog-install
    
    (MODULES-9846) fix install using cached catalog
    Gheorghe Popescu authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    3aef2ff View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. (maint) Update bash implementation metadata to require facts implemen…

    …tation
    
    Previously, only the install metatdata file included the `files` key for inlcuding the facts bash implementation file. This commit updates the metadata so that if the task is called explicitly, the files are included.
    donoghuc committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    33143c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6577c2e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. (GH-1204) Add option to stop the puppet agent service after install

    This adds a parameter to the `puppet_agent::install` task that, when
    true, will stop the puppet service after install. The parameter defaults
    to false. The option is available for both unix and windows platforms
    lucywyman committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    83f80a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #440 from donoghuc/update-codeowners

    (maint) Add bolt team as codeowners for task content
    lucywyman authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    2028a49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #439 from donoghuc/update-shell-metadata

    (maint) Update bash implementation metadata to require facts implemen…
    lucywyman authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    20002d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge pull request #438 from lucywyman/GH-1204-add-stop-service-option

    (GH-1204) Add option to stop the puppet agent service after install
    lucywyman authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    18ade0a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. (maint) Add task to check commit messages

    gimmy committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    286bf7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #442 from gimmyxd/master

    (maint) Add task to check commit messages
    mihaibuzgau authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    b9350e6 View commit details
    Browse the repository at this point in the history
  3. (maint) fix failing tests due to rspec changes

    This test was failing due to some changes on
    rspec-expectactions gems.
    More info here: rspec/rspec-expectations#1134
    gimmy committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    ce79bc6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #443 from gimmyxd/master

    (maint) fix failing tests due to rspec changes
    mihaibuzgau authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    564a240 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. (main) Linux Mint Support (#434)

    * Linux Mint Support
    
    * merge patterns
    
    * fix download_url
    luckyraul authored and ciprianbadescu committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    68b2226 View commit details
    Browse the repository at this point in the history
  2. (MODULES-9981) Add Amazon Linux 2 support (#444)

    * (MODULES-9981) Add Amazon Linux 2 support
    
    This adds Amazon Linux 2 support in tasks/install_shell.sh. Tested
    manually on Amazon Linux 2.
    
    * (MODULES-9981) Minor tweak to previous commit
    
    In the context of the Puppet Terraform provisioner, I observed
    puppetlabs-facts return the platform as "Amazon Linux". When I logged
    onto an Amazon Linux 2 instance, installed Puppet, then did puppet
    module install puppetlabs-facts and then ran the line manually, it
    returned "Amzn".
    
    I don't know why but it seems sensible to support both, which is what
    this patch does.
    alex-harvey-z3q authored and Gheorghe Popescu committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    78e08fa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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

Commits on Oct 21, 2019

  1. Merge pull request #445 from adreyer/plugin

    (maint) Make the puppet_agent task available as a plugin
    Dorin-Pleava authored Oct 21, 2019
    Configuration menu
    Copy the full SHA
    c73b5c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. (maint) Release prep for 2.2.1

    Release prep for 2.2.1
    Dorin-Pleava committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    278d81e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #446 from Dorin-Pleava/master

    (maint) Release prep for 2.2.1
    GabrielNagy authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    340eb0c View commit details
    Browse the repository at this point in the history