]> gitweb.fluxo.info Git - puppet-mailalias_core.git/log
puppet-mailalias_core.git
14 months agoMerge pull request #56 from mhashizume/PA-7115/main/litmus_removal main
Josh Cooper [Wed, 20 Nov 2024 00:38:30 +0000 (16:38 -0800)]
Merge pull request #56 from mhashizume/PA-7115/main/litmus_removal

Remove Litmus from Gemfile

14 months agoRemove Litmus from Gemfile
Michael Hashizume [Tue, 19 Nov 2024 20:30:22 +0000 (12:30 -0800)]
Remove Litmus from Gemfile

We do not use Litmus for tests and its dependencies are causing issues
in our CI pipeline. This commit removes Litmus from the Gemfile.

18 months agoMerge pull request #55 from amitkarsale/PA-6139
Aria Li (she/her) [Thu, 25 Jul 2024 18:15:57 +0000 (11:15 -0700)]
Merge pull request #55 from amitkarsale/PA-6139

(PA-6139) Drop beaker-puppet_install_helper gem in mailalias-core module

18 months ago(PA-6139) Drop beaker-puppet_install_helper gem in mailalias-core module
Amit Karsale [Thu, 25 Jul 2024 17:53:08 +0000 (23:23 +0530)]
(PA-6139) Drop beaker-puppet_install_helper gem in mailalias-core module

19 months agoMerge pull request #54 from mhashizume/maint/main/beaker-bump
Shubham Shinde [Wed, 12 Jun 2024 15:48:02 +0000 (21:18 +0530)]
Merge pull request #54 from mhashizume/maint/main/beaker-bump

Beaker bump and PDK update

19 months agoUpdate to PDK template 3.2.0
Michael Hashizume [Tue, 4 Jun 2024 17:46:36 +0000 (10:46 -0700)]
Update to PDK template 3.2.0

19 months agoUpdate Beaker to 6 and beaker-puppet to 4
Michael Hashizume [Tue, 4 Jun 2024 17:46:07 +0000 (10:46 -0700)]
Update Beaker to 6 and beaker-puppet to 4

22 months agoMerge pull request #52 from puppetlabs/release-prep
Aria Li (she/her) [Wed, 20 Mar 2024 22:21:02 +0000 (15:21 -0700)]
Merge pull request #52 from puppetlabs/release-prep

Release prep v1.2.0

22 months agoRelease prep v1.2.0
GitHub Actions [Wed, 20 Mar 2024 21:52:14 +0000 (21:52 +0000)]
Release prep v1.2.0

22 months agoMerge pull request #50 from AriaXLi/PA-6178/update_and_release_mailalias
Aria Li (she/her) [Wed, 20 Mar 2024 21:43:48 +0000 (14:43 -0700)]
Merge pull request #50 from AriaXLi/PA-6178/update_and_release_mailalias

(PA-6178) Use PDK template 3.0.1, Beaker 5, and newer module release workflow

22 months ago(PA-6178) Configure host type as AIO
Aria Li [Wed, 20 Mar 2024 18:45:29 +0000 (11:45 -0700)]
(PA-6178) Configure host type as AIO

Previously, when running with beaker 5 and latest beaker-puppet, tests failed
with:

    cannot add defaults of type pe for host redhat7-64-1 (add_pe_defaults_on not present)

The error came from beaker-puppet when it tried to configure the host as a PE
agent[1].

The root cause is beaker defaults its options to `pe`[2]. When `beaker-puppet`
calls the `configure_type_defaults_on` method, it calls the appropriate
`add_<type>_defaults_on` method. This works when using beaker 4 as `beaker-pe`
is pulled in as a dependency and its `add_pe_defaults_on` method[3] is included
into the tests.

However, when running with beaker5, beaker-pe is not loaded, so the method is
undefined. It appears beaker-puppet_install_helper is responsible for the
whether beaker-pe is loaded or not, but only when using
beaker-puppet_install_helper 0.9.4.

Since these tests don't actually depend on PE, drop beaker-pe, require
'beaker-puppet' directly (so the install_from_build_data_url method exists) and
configure the host type directly.

[1] https://github.com/puppetlabs/beaker-puppet/blob/7175b5c1acb5cddb3a31ddcc114f09cddd3b83d0/lib/beaker-puppet/install_utils/puppet_utils.rb#L167
[2] https://github.com/voxpupuli/beaker/blob/c61ee381d3801bad70989d9b3cbf970771e6f330/lib/beaker/options/presets.rb#L139
[3] https://github.com/puppetlabs/beaker-pe/blob/3bfe913b8d57c805cc0c51ae899fff174224d5f5/lib/beaker-pe/install/pe_defaults.rb#L93

22 months ago(PA-6178) Update to Beaker 5 / beaker-puppet 3
Aria Li [Wed, 20 Mar 2024 18:08:08 +0000 (11:08 -0700)]
(PA-6178) Update to Beaker 5 / beaker-puppet 3

This commit updates .sync.yml and Gemfile to use Beaker 5.x, beaker-abs 1.x,
beaker-puppet 3.x and drops beaker-pe. Also, this commit adds a condition for
beaker-puppet to ensure beaker-puppet is only listed in the Gemfile if Ruby is
< 3.1.0. This is because beaker-puppet cannot run on Ruby > 3.1 or else Bundler
errors will occur.

22 months ago(PA-6178) Update to PDK template 3.0.1 and use updated module release worfklow
Aria Li [Wed, 20 Mar 2024 17:19:00 +0000 (10:19 -0700)]
(PA-6178) Update to PDK template 3.0.1 and use updated module release worfklow

This commit updates this module from PDK template 2.7.1 to 3.0.1 and updates
the module release workflows to use the newer release_prep instead of
auto_release GitHub Action wofklow. This commit also:
- Removes the github_changelog_generator and concurrent-ruby gems because they
  are no longer needed for the new module release process in PDK template
- Updates the Rakefile to use Vox Rake tasks only if the vospupuli-acceptance
  gem is installed

23 months agoMerge pull request #48 from mhashizume/maint/main/module-updates
Michael Hashizume [Fri, 2 Feb 2024 22:34:53 +0000 (14:34 -0800)]
Merge pull request #48 from mhashizume/maint/main/module-updates

Actions and test updates

23 months agoUse reusable static code analysis
Michael Hashizume [Fri, 2 Feb 2024 00:44:58 +0000 (16:44 -0800)]
Use reusable static code analysis

This commit updates the static code analysis GitHub Actions workflow
from using a copy in this repository to a resuable copy in the Phoenix
team centralized GitHub Actions repository.

In addition, this removes the commits Rake task as it is no longer used
in the reusable version of this workflow.

23 months agoUpdate issues URL in metadata.json
Michael Hashizume [Fri, 2 Feb 2024 00:43:37 +0000 (16:43 -0800)]
Update issues URL in metadata.json

23 months agoAdd Jira workflow
Michael Hashizume [Fri, 2 Feb 2024 00:42:41 +0000 (16:42 -0800)]
Add Jira workflow

This commit adds a GitHub Actions workflow to export issues from GitHub
into Jira.

23 months agoUpdate stdout call
Michael Hashizume [Fri, 2 Feb 2024 00:40:00 +0000 (16:40 -0800)]
Update stdout call

Previously in Beaker, you could use a standalone stdout method to
access output from remote machines.

This was deprecated in 2013 with voxpupuli/beaker@28b2510 and dropped
entirely in voxpupuli/beaker@73a31c7.

This commit replaces stdout in favor of calling stdout on Result
objects.

23 months agoReplace assert_no_match
Michael Hashizume [Fri, 2 Feb 2024 00:38:48 +0000 (16:38 -0800)]
Replace assert_no_match

The assert_no_match method in Beaker was long deprecated then eventually
removed altogether in voxpupuli/beaker@6282311

This commit updates assert_no_match to refute_match.

2 years agoMerge pull request #47 from shubhamshinde360/MODULES-11446
Shubham Shinde [Tue, 5 Dec 2023 17:04:01 +0000 (22:34 +0530)]
Merge pull request #47 from shubhamshinde360/MODULES-11446

(MODULES-11446) Add Amazon to display support in Puppet forge

2 years ago(MODULES-11446) Add Amazon to display support in Puppet forge
Shubham Shinde [Tue, 5 Dec 2023 07:35:54 +0000 (13:05 +0530)]
(MODULES-11446) Add Amazon to display support in Puppet forge

2 years agoMerge pull request #45 from mhashizume/MODULES-11418/main/reusable-workflows
Josh Cooper [Thu, 20 Apr 2023 16:58:03 +0000 (09:58 -0700)]
Merge pull request #45 from mhashizume/MODULES-11418/main/reusable-workflows

(MODULES-11418) Resuable workflows for unit tests

2 years ago(MODULES-11418) Resuable workflows for unit tests
Michael Hashizume [Wed, 19 Apr 2023 20:18:11 +0000 (13:18 -0700)]
(MODULES-11418) Resuable workflows for unit tests

This commit switches the GitHub Actions workflows for unit tests
over to using the reusable workflows in
puppetlabs/phoenix-github-actions.

2 years agoMerge pull request #44 from mhashizume/maint/main/pdk-update
Aria Li (she/her) [Mon, 10 Apr 2023 18:22:59 +0000 (11:22 -0700)]
Merge pull request #44 from mhashizume/maint/main/pdk-update

(maint) Update PDK template

2 years ago(maint) Pin gems for auto release
Michael Hashizume [Mon, 10 Apr 2023 16:39:43 +0000 (09:39 -0700)]
(maint) Pin gems for auto release

Modeling after the learnings of the support team in commit
puppetlabs/puppetlabs-puppet_metrics_collector@78dd858

This commit pins the github_changelog_generator gem to its latest
version to make it work, and the concurrent-ruby to an older version
to compensate for the version of PDK shipped in the dev-tools
container image.

2 years ago(maint) Add Vox Beaker gem
Michael Hashizume [Mon, 10 Apr 2023 16:37:46 +0000 (09:37 -0700)]
(maint) Add Vox Beaker gem

In e4337c0, we updated the module according to PDK template 2.7.4,
which updated puppetlabs_spec_helper. The updated version of
puppetlabs_spec_helper removed the Beaker rake task, which we use
for acceptance testing.

This commit adds the voxpupuli-acceptance gem, which re-adds the
Beaker rake task.

2 years ago(maint) Change auto release Docker image
Michael Hashizume [Mon, 10 Apr 2023 16:35:32 +0000 (09:35 -0700)]
(maint) Change auto release Docker image

The PDK Docker image does not contain any build tools, which causes
the installation of gems that use native extensions to fail.

This commit changes the Docker image used in the Auto Release
GitHub Action from the PDK image to the Puppet dev-tools image,
which contains packages like `make` necessary for building native
extensions.

2 years ago(maint) Update GitHub Actions runners and actions
Michael Hashizume [Mon, 10 Apr 2023 16:33:24 +0000 (09:33 -0700)]
(maint) Update GitHub Actions runners and actions

This commit updates GitHub Actions to move away from both operating
systems and Actions that are nearing or past end-of-life.

2 years ago(maint) Updates PDK template
Michael Hashizume [Mon, 10 Apr 2023 16:31:25 +0000 (09:31 -0700)]
(maint) Updates PDK template

This commit runs `pdk update` using the most recent template at the
time (2.7.4) and updates metadata.json to allow Puppet versions
< 9.0.0 in preparation for the release of Puppet 8.

3 years agoMerge pull request #43 from puppetlabs/binford2k-patch-1
Ben Ford [Thu, 13 Oct 2022 21:47:42 +0000 (14:47 -0700)]
Merge pull request #43 from puppetlabs/binford2k-patch-1

Add maintenance notice

3 years ago(docs) Add maintenance notice
Ben Ford [Tue, 23 Aug 2022 17:09:11 +0000 (10:09 -0700)]
(docs) Add maintenance notice

@joshcooper is this the appropriate support tier?

3 years agoMerge pull request #42 from AriaXLi/nightly_puppet_gem_curl_redirect
Michael Hashizume [Wed, 16 Feb 2022 21:14:38 +0000 (13:14 -0800)]
Merge pull request #42 from AriaXLi/nightly_puppet_gem_curl_redirect

(MODULES-11283) curl for installing the latest nightly build

3 years ago(MODULES-11283) curl for installing the latest nightly build
Aria Li [Wed, 16 Feb 2022 19:26:22 +0000 (11:26 -0800)]
(MODULES-11283) curl for installing the latest nightly build

3 years agoMerge pull request #41 from AriaXLi/nightly_puppet_gem_curl_redirect
Josh Cooper [Tue, 15 Feb 2022 18:57:43 +0000 (10:57 -0800)]
Merge pull request #41 from AriaXLi/nightly_puppet_gem_curl_redirect

(maint) Add redirect to nightly puppet gem download

3 years ago(maint) Add redirect to nightly puppet gem download
Aria Li [Tue, 15 Feb 2022 18:16:16 +0000 (10:16 -0800)]
(maint) Add redirect to nightly puppet gem download

Update link to download latest nightly build of puppet gem

4 years agoMerge pull request #40 from puppetlabs/PA-4133
Michael Hashizume [Tue, 25 Jan 2022 23:33:34 +0000 (15:33 -0800)]
Merge pull request #40 from puppetlabs/PA-4133

(maint) Add phoenix to CODEOWNERS

4 years ago(maint) Add phoenix to CODEOWNERS
Aria Li [Tue, 25 Jan 2022 22:02:08 +0000 (14:02 -0800)]
(maint) Add phoenix to CODEOWNERS

4 years agoMerge pull request #38 from Dorin-Pleava/PUP-11370/github_actions_upgrade_windows
Gabriel Nagy [Thu, 13 Jan 2022 08:29:01 +0000 (10:29 +0200)]
Merge pull request #38 from Dorin-Pleava/PUP-11370/github_actions_upgrade_windows

(maint) Github workflow now uses windows 2019

4 years ago(maint) Github workflow now uses windows 2019
Dorin Pleava [Thu, 13 Jan 2022 07:38:02 +0000 (09:38 +0200)]
(maint) Github workflow now uses windows 2019

Upgraded github actions to use windows 2019 instead of windows 2016 as
it will be removed on March 15, 2022.

4 years agoMerge pull request #37 from cthorn42/maint/main/pin_async_gem
Michael Hashizume [Tue, 28 Dec 2021 19:20:04 +0000 (11:20 -0800)]
Merge pull request #37 from cthorn42/maint/main/pin_async_gem

(maint) Pin async gem

4 years ago(maint) Pin async gem
Christopher Thorn [Tue, 28 Dec 2021 17:48:52 +0000 (09:48 -0800)]
(maint) Pin async gem

Async 2.0.0 requires Ruby 3, so we're pinning to 1.x

4 years agoMerge pull request #36 from puppetlabs/release-prep
Bobosila Victor [Mon, 4 Oct 2021 09:41:22 +0000 (12:41 +0300)]
Merge pull request #36 from puppetlabs/release-prep

Release prep v1.1.0

4 years agoRelease prep v1.1.0
GitHub Action [Mon, 4 Oct 2021 09:35:18 +0000 (09:35 +0000)]
Release prep v1.1.0

4 years agoMerge pull request #34 from GabrielNagy/MODULES-11197/pdk-update
Bobosila Victor [Mon, 4 Oct 2021 09:25:53 +0000 (12:25 +0300)]
Merge pull request #34 from GabrielNagy/MODULES-11197/pdk-update

(MODULES-11197) Update to pdk-templates 2.2.0

4 years ago(MODULES-11197) Update to pdk-templates 2.2.0
Gabriel Nagy [Mon, 4 Oct 2021 08:00:55 +0000 (11:00 +0300)]
(MODULES-11197) Update to pdk-templates 2.2.0

Includes REFERENCE.md ToC fixes for MODULES-8183.

4 years agoMerge pull request #33 from BobosilaVictor/MODULES-11167/11191/add-rocky-alma-modules
Gabriel Nagy [Wed, 22 Sep 2021 11:13:12 +0000 (14:13 +0300)]
Merge pull request #33 from BobosilaVictor/MODULES-11167/11191/add-rocky-alma-modules

(MODULES-11167)(MODULES-11191) Add RockyLinux and AlmaLinux to mailalias_core metadata

4 years ago(MODULES-11167)(MODULES-11191) Add RockyLinux and AlmaLinux to
Bobosila Victor [Wed, 22 Sep 2021 10:31:31 +0000 (13:31 +0300)]
(MODULES-11167)(MODULES-11191) Add RockyLinux and AlmaLinux to
mailalias_core metadata

4 years agoMerge pull request #32 from GabrielNagy/MODULES-10953/update-metadata
Gheorghe Popescu [Fri, 12 Mar 2021 09:03:33 +0000 (11:03 +0200)]
Merge pull request #32 from GabrielNagy/MODULES-10953/update-metadata

(MODULES-10953) Update metadata.json and pdk version

4 years ago(MODULES-10953) Update metadata.json and pdk version
Gabriel Nagy [Thu, 11 Mar 2021 16:17:55 +0000 (18:17 +0200)]
(MODULES-10953) Update metadata.json and pdk version

To avoid having to update this everytime we release a new agent
platform, it should be enough to specify the supported OS, without
specific versions. It is assumed that for each OS in metadata.json, the
versions supported are the same as what the agent itself supports.

4 years agoMerge pull request #31 from GabrielNagy/MODULES-10945/gemfile-updates
Luchi [Thu, 18 Feb 2021 15:03:38 +0000 (17:03 +0200)]
Merge pull request #31 from GabrielNagy/MODULES-10945/gemfile-updates

(MODULES-10945) Core module spring cleaning 2021

4 years ago(maint) Bump Ruby in static analysis workflow
Gabriel Nagy [Thu, 18 Feb 2021 13:56:54 +0000 (15:56 +0200)]
(maint) Bump Ruby in static analysis workflow

Bump Ruby version in the static code analysis workflow to 2.6, as 2.5
will be EOL soon.

4 years ago(maint) Add puppet7 and remove puppet5 from PR testing
Gabriel Nagy [Thu, 18 Feb 2021 13:56:23 +0000 (15:56 +0200)]
(maint) Add puppet7 and remove puppet5 from PR testing

Update the workflow that tests with released Puppet gems to also test
with Puppet 7.

Remove testing with Puppet 5 from the workflows since it reached EOL.

4 years ago(maint) Pin puppet-module-gems
Gabriel Nagy [Thu, 18 Feb 2021 13:55:43 +0000 (15:55 +0200)]
(maint) Pin puppet-module-gems

Pin puppet-module-posix-system and puppet-module-win-system to an older
version since the newer ones do not bundle some gems that we use in
acceptance (i.e. beaker-module_install_helper), causing tests to fail.

4 years ago(MODULES-10945) Do not install PDK when running PR tests
Gabriel Nagy [Thu, 18 Feb 2021 13:53:50 +0000 (15:53 +0200)]
(MODULES-10945) Do not install PDK when running PR tests

Create a separate group in the Gemfile for pdk and puppet-blacksmith
which are only used for releasing. In the workflow, avoid installing the
release group.

4 years ago(maint) Add beaker-puppet to the gemfile
Gabriel Nagy [Thu, 18 Feb 2021 14:12:07 +0000 (16:12 +0200)]
(maint) Add beaker-puppet to the gemfile

Add beaker-puppet to unify core module gemfiles

5 years agoMerge pull request #30 from luchihoratiu/maint-allow-git-to-use-long-paths-in-gh...
Gheorghe Popescu [Tue, 10 Nov 2020 13:39:13 +0000 (15:39 +0200)]
Merge pull request #30 from luchihoratiu/maint-allow-git-to-use-long-paths-in-gh-actions

(maint) Allow git to use long paths in GitHub Actions

5 years ago(maint) Allow git to use long paths in GitHub Actions
Luchian Nemes [Tue, 10 Nov 2020 13:06:37 +0000 (15:06 +0200)]
(maint) Allow git to use long paths in GitHub Actions

Due to unknown environment changes in GitHub Actions runners, we
encountered the following error:
`fatal: cannot create directory: Filename too long`

This commit allows git to use long paths in our GitHub Actions
workflows.

5 years agoMerge pull request #29 from luchihoratiu/MODULES-10815-add-slack-notification-job
mihaibuzgau [Thu, 29 Oct 2020 14:56:03 +0000 (16:56 +0200)]
Merge pull request #29 from luchihoratiu/MODULES-10815-add-slack-notification-job

(MODULES-10815) Add Slack notification job

5 years ago(MODULES-10815) Add Slack notification job
Luchian Nemes [Thu, 29 Oct 2020 07:27:08 +0000 (09:27 +0200)]
(MODULES-10815) Add Slack notification job

This commit adds a job to the `[Daily] Unit Tests with nightly Puppet
gem` workflow that notifies us the conclusion of it via Slack.

5 years agoMerge pull request #27 from luchihoratiu/maint-remove-temporary-github-actions-workflow
Gheorghe Popescu [Tue, 6 Oct 2020 11:11:09 +0000 (14:11 +0300)]
Merge pull request #27 from luchihoratiu/maint-remove-temporary-github-actions-workflow

(maint) Remove temporary GitHub Actions workflow

5 years agoMerge pull request #28 from luchihoratiu/maint-github-actions-fixes
Gheorghe Popescu [Tue, 6 Oct 2020 11:10:54 +0000 (14:10 +0300)]
Merge pull request #28 from luchihoratiu/maint-github-actions-fixes

5 years ago(maint) Add pdk and blacksmith back in Gemfile
Luchian Nemes [Mon, 5 Oct 2020 14:56:57 +0000 (17:56 +0300)]
(maint) Add pdk and blacksmith back in Gemfile

During the removal of `puppet-module-dev`, the pdk and puppet-blacksmith
gems were also removed by mistake. This commit makes us able to release
again.

5 years ago(maint) Replace Windows 2019 with 2016 on GitHub Actions
Luchian Nemes [Mon, 5 Oct 2020 14:54:41 +0000 (17:54 +0300)]
(maint) Replace Windows 2019 with 2016 on GitHub Actions

Unit tests seem to be running much faster on Windows 2016 with GitHub
Actions than Windows 2019.

5 years ago(maint) Add commit summary check
Luchian Nemes [Mon, 5 Oct 2020 14:51:35 +0000 (17:51 +0300)]
(maint) Add commit summary check

This commit adds the `commits` rake task and runs it in the Static Code
Analysis workflow as a step.

5 years ago(maint) Remove temporary GitHub Actions workflow
Luchian Nemes [Thu, 1 Oct 2020 06:43:33 +0000 (09:43 +0300)]
(maint) Remove temporary GitHub Actions workflow

A temporary GitHub Actions workflow was added to enable scheduled
workflows. This commit removes it since scheduled workflows are now
enabled.

5 years agoMerge pull request #26 from puppetlabs/MODULES-10815
mihaibuzgau [Wed, 30 Sep 2020 07:40:48 +0000 (10:40 +0300)]
Merge pull request #26 from puppetlabs/MODULES-10815

(MODULES-10815) Add Slack notification for daily test run

5 years ago(MODULES-10815) Add Slack notification for daily test run
Luchian Nemes [Thu, 24 Sep 2020 07:12:11 +0000 (10:12 +0300)]
(MODULES-10815) Add Slack notification for daily test run

Starting with this commit, the daily `Unit Tests with nightly Puppet
gem` run will now send the job result via a Slack notification. The
Slack channel can be changed through the `SLACK_CHANNEL` from the GitHub
Secrets of the repository.

5 years ago(maint) Temporary GitHub Actions workaround
Luchi [Wed, 23 Sep 2020 16:47:03 +0000 (19:47 +0300)]
(maint) Temporary GitHub Actions workaround

Daily Unit Tests run workaround that should be removed after it is fixed.

5 years agoMerge pull request #24 from luchihoratiu/MODULES-10800
mihaibuzgau [Thu, 10 Sep 2020 12:24:47 +0000 (15:24 +0300)]
Merge pull request #24 from luchihoratiu/MODULES-10800

(MODULES-10800) Add GitHub Actions workflows

5 years ago(MODULES-10800) Add GitHub Actions workflows
Luchian Nemes [Tue, 8 Sep 2020 14:28:21 +0000 (17:28 +0300)]
(MODULES-10800) Add GitHub Actions workflows

Added GitHub Actions workflows for `Static Code Analysis` and `Unit
Tests` that run each time there is a new `pull request` or `git push`.
`Unit tests` are also set to run every workday at `05:00:00 UTC`.

The `.yaml` config files of `Travis` and `AppVeyor` have been removed.

5 years ago(maint) Remove 'puppet-module-dev' gem dependency
Luchian Nemes [Tue, 8 Sep 2020 14:27:44 +0000 (17:27 +0300)]
(maint) Remove 'puppet-module-dev' gem dependency

In preparation for the Puppet 7 release, the
`puppet-module-posix-dev-r2.7` and `puppet-module-posix-dev-r2.7` gems
had to be removed from `Gemfile` due to the following dependency error:
  `puppet-module-posix-dev-r2.7` depends on
    `puppet_litmus` which depends on
      `bolt` which depends on
        `puppet` which is locked to a version below 7

Also added the needed gems that were lost in the above removal process.

5 years agoMerge pull request #23 from Dorin-Pleava/MODULES-10760/mailalias_core_update_beaker_4
ciprianbadescu [Tue, 8 Sep 2020 12:15:57 +0000 (15:15 +0300)]
Merge pull request #23 from Dorin-Pleava/MODULES-10760/mailalias_core_update_beaker_4

(MODULES-10760) Bump to beaker 4

5 years ago(MODULES-10760) Bump to beaker 4
Dorin Pleava [Mon, 7 Sep 2020 08:48:04 +0000 (11:48 +0300)]
(MODULES-10760) Bump to beaker 4

5 years agoMerge pull request #22 from jpogran/maint-update-puppet-vscode-id
Gheorghe Popescu [Fri, 5 Jun 2020 08:02:36 +0000 (11:02 +0300)]
Merge pull request #22 from jpogran/maint-update-puppet-vscode-id

5 years ago(maint) Update Puppet VS Code Extension ID
James Pogran [Thu, 4 Jun 2020 14:51:45 +0000 (10:51 -0400)]
(maint) Update Puppet VS Code Extension ID

This commit updates the configuration file to point to the official Puppet VS Code Extension `puppet.puppet-vscode`

5 years agoMerge pull request #20 from mihaibuzgau/master
mihaibuzgau [Mon, 10 Feb 2020 17:45:23 +0000 (19:45 +0200)]
Merge pull request #20 from mihaibuzgau/master

(maint) update PDK

5 years ago(maint) update to PDK 1.16.0
mihaibuzgau [Thu, 6 Feb 2020 16:15:09 +0000 (18:15 +0200)]
(maint) update to PDK 1.16.0

5 years ago(maint) add CODEOWNERS
mihaibuzgau [Thu, 6 Feb 2020 15:59:44 +0000 (17:59 +0200)]
(maint) add CODEOWNERS

5 years agoMerge pull request #21 from ciprianbadescu/MODULES-7202/fix-comma-value-handling
Gabriel Nagy [Mon, 10 Feb 2020 13:10:32 +0000 (15:10 +0200)]
Merge pull request #21 from ciprianbadescu/MODULES-7202/fix-comma-value-handling

(MODULES-7202) fixes comma handling in value

5 years ago(MODULES-7202) fixes comma handling in value
Ciprian Badescu [Fri, 7 Feb 2020 15:57:42 +0000 (17:57 +0200)]
(MODULES-7202) fixes comma handling in value

regular expression that we use to separate values by comma was updated
to take into account only commas outside quoted strings

7 years agoMerge pull request #19 from melissa/1.0.5-release
Josh Cooper [Fri, 11 Jan 2019 22:10:08 +0000 (14:10 -0800)]
Merge pull request #19 from melissa/1.0.5-release

(maint) Prepare for 1.0.5 release

7 years ago(maint) Prepare for 1.0.5 release
Melissa Stone [Fri, 11 Jan 2019 21:21:59 +0000 (13:21 -0800)]
(maint) Prepare for 1.0.5 release

7 years agoMerge pull request #17 from melissa/maint/master/add-license-file
Josh Cooper [Wed, 9 Jan 2019 18:42:22 +0000 (10:42 -0800)]
Merge pull request #17 from melissa/maint/master/add-license-file

(maint) add LICENSE file

7 years ago(maint) add LICENSE file
Melissa Stone [Tue, 8 Jan 2019 18:48:25 +0000 (10:48 -0800)]
(maint) add LICENSE file

7 years agoMerge pull request #18 from melissa/maint/master/update-pdk-1.8.0-templates
Josh Cooper [Wed, 9 Jan 2019 00:04:37 +0000 (16:04 -0800)]
Merge pull request #18 from melissa/maint/master/update-pdk-1.8.0-templates

(maint) update PDK to 1.8.0; update all templates

7 years ago(maint) update PDK to 1.8.0; update all templates
Melissa Stone [Tue, 8 Jan 2019 23:39:11 +0000 (15:39 -0800)]
(maint) update PDK to 1.8.0; update all templates

7 years agoMerge pull request #16 from puppetlabs/anchors
Melissa [Thu, 29 Nov 2018 22:18:45 +0000 (14:18 -0800)]
Merge pull request #16 from puppetlabs/anchors

Add anchors for l10n

7 years agoAdd anchors for l10n
Josh Cooper [Thu, 29 Nov 2018 21:46:39 +0000 (13:46 -0800)]
Add anchors for l10n

Also remove relative link.

7 years agoMerge pull request #15 from puppetlabs/modules8182
Melissa [Wed, 28 Nov 2018 22:11:49 +0000 (14:11 -0800)]
Merge pull request #15 from puppetlabs/modules8182

Expand test coverage

7 years agoTest against puppet6
Josh Cooper [Tue, 27 Nov 2018 23:52:18 +0000 (15:52 -0800)]
Test against puppet6

7 years agoRefer to local reference instead of type reference
Josh Cooper [Mon, 26 Nov 2018 23:17:44 +0000 (15:17 -0800)]
Refer to local reference instead of type reference

See MODULES-8182.

7 years agoMerge pull request #14 from puppetlabs/binford2k-patch-1
Josh Cooper [Mon, 26 Nov 2018 21:54:51 +0000 (13:54 -0800)]
Merge pull request #14 from puppetlabs/binford2k-patch-1

Drop version requirement down a few notches

7 years agoDrop version requirement down a few notches
Ben Ford [Tue, 20 Nov 2018 00:05:30 +0000 (16:05 -0800)]
Drop version requirement down a few notches

Since this type is not bundled with puppet-agent we should loosen the version requirements. People will be adding it to their module's dependencies, and will expect this module to claim support for the Puppet version they're using.

This module appears to [already be tested on Puppet 4.10](https://github.com/puppetlabs/puppetlabs-mailalias_core/blob/master/.travis.yml#L28).

7 years agoMerge pull request #13 from puppetlabs/release
Josh Cooper [Fri, 17 Aug 2018 20:45:18 +0000 (13:45 -0700)]
Merge pull request #13 from puppetlabs/release

Release

7 years agoMerge pull request #12 from melissa/1.0.4-release
Josh Cooper [Fri, 17 Aug 2018 19:00:51 +0000 (12:00 -0700)]
Merge pull request #12 from melissa/1.0.4-release

1.0.4 release

7 years ago(PUP-9053) Enable localiaztion
Melissa Stone [Fri, 17 Aug 2018 18:49:04 +0000 (11:49 -0700)]
(PUP-9053) Enable localiaztion

7 years agoPrep for 1.0.4 release
Melissa Stone [Wed, 15 Aug 2018 23:09:42 +0000 (16:09 -0700)]
Prep for 1.0.4 release

7 years ago(PUP-9052) Bump puppet req to at least puppet 6
Melissa Stone [Wed, 15 Aug 2018 22:53:05 +0000 (15:53 -0700)]
(PUP-9052) Bump puppet req to at least puppet 6

7 years agoMerge remote-tracking branch 'upstream/master' into release
Melissa Stone [Wed, 15 Aug 2018 22:42:55 +0000 (15:42 -0700)]
Merge remote-tracking branch 'upstream/master' into release

7 years agoMerge pull request #11 from puppetlabs/install-modules-on
Melissa [Wed, 18 Jul 2018 15:14:50 +0000 (08:14 -0700)]
Merge pull request #11 from puppetlabs/install-modules-on

Pass hosts array to install_modules_on