puppet-modules/puppetlabs-apt.git
4 years ago(MODULES-10559) - v7.4.0 Release Preparation
David Swan [Thu, 27 Feb 2020 14:20:25 +0000 (14:20 +0000)]
(MODULES-10559) - v7.4.0 Release Preparation

4 years ago(maint) - Pdk Update
David Swan [Thu, 27 Feb 2020 13:14:06 +0000 (13:14 +0000)]
(maint) - Pdk Update

4 years agoUpdate weekly workflow schedule pdksync_weekly_run
Daniel Carabas [Wed, 26 Feb 2020 09:41:05 +0000 (11:41 +0200)]
Update weekly workflow schedule

4 years agoMerge pull request #911 from puppetlabs/pdksync_weekly_run
sheenaajay [Thu, 20 Feb 2020 10:10:28 +0000 (10:10 +0000)]
Merge pull request #911 from puppetlabs/pdksync_weekly_run

pdksync - Add weekly scheduled workflows

4 years agoAdd weekly workflow on default branch
Daniel Carabas [Thu, 20 Feb 2020 09:36:33 +0000 (11:36 +0200)]
Add weekly workflow on default branch

4 years agoMerge pull request #910 from paladox/patch-1
carabasdaniel [Wed, 19 Feb 2020 14:20:24 +0000 (16:20 +0200)]
Merge pull request #910 from paladox/patch-1

Add 'include' param to apt::backports

4 years agoAdd 'include' param to apt::backports
paladox [Tue, 18 Feb 2020 16:09:43 +0000 (16:09 +0000)]
Add 'include' param to apt::backports

4 years agoMerge pull request #906 from anarcat/modes
carabasdaniel [Mon, 17 Feb 2020 17:44:37 +0000 (19:44 +0200)]
Merge pull request #906 from anarcat/modes

MODULES-10548: make files readonly

4 years agoMODULES-10548: make files readonly
Antoine Beaupré [Wed, 12 Feb 2020 19:23:33 +0000 (14:23 -0500)]
MODULES-10548: make files readonly

Files created by the apt module are mode writable by the
owner. Because those files are managed by Puppet, they should really
not be writable by anyone, even root. While root can bypass those
warnings, having files readonly does provide an immediate and reliable
indication that a file should not be edited on site, on top of the
usual top of file warnings.

This also fixes a problem with sources.list.d being non-executable,
which Puppet seems to ignore, but seems better to keep consistent.

4 years agoMerge pull request #905 from anarcat/no-release
carabasdaniel [Mon, 17 Feb 2020 17:05:55 +0000 (19:05 +0200)]
Merge pull request #905 from anarcat/no-release

MODULES-10543: only consider lsbdistcodename for apt-transport-https

4 years agoMerge pull request #909 from puppetlabs/pdksync_IAC-215-3
carabasdaniel [Mon, 17 Feb 2020 13:41:18 +0000 (15:41 +0200)]
Merge pull request #909 from puppetlabs/pdksync_IAC-215-3

pdksync - (IAC-215) - Implement use_litmus:true

4 years ago(IAC-215) - Pdk Update pdksync_IAC-215-3
David Swan [Mon, 17 Feb 2020 09:14:00 +0000 (09:14 +0000)]
(IAC-215) - Pdk Update

4 years ago(IAC-215) - Implement use_litmus:true
David Swan [Mon, 17 Feb 2020 09:10:40 +0000 (09:10 +0000)]
(IAC-215) - Implement use_litmus:true

4 years agoMerge pull request #904 from anarcat/sources-list-remove
carabasdaniel [Thu, 13 Feb 2020 07:52:25 +0000 (09:52 +0200)]
Merge pull request #904 from anarcat/sources-list-remove

MODULES-10543: remove sources.list file on purging

4 years agoonly consider lsbdistcodename for apt-transport-https
Antoine Beaupré [Wed, 12 Feb 2020 19:03:15 +0000 (14:03 -0500)]
only consider lsbdistcodename for apt-transport-https

It does not matter if we have *one* older source from (say) jessie or
stretch, we could still be running buster or later. The latter is more
reliably indicated by the fact than by the provided "release"
parameter, which is really just an arbitrary string that does not
necessarily match a Debian suite, especially for third-party
repositories.

I have had a problem with this setting when deploying a "stretch"
repository on a "buster" system because I needed to keep MongoDB
running (which is gone from buster). The "stretch" line triggered this
line, which conflicted with a `ensure_packages` I had elsewhere in our
code base, to *remove* the `apt-transport-https` package from buster
and later.

An alternative implementation might prefer to remove the package
unconditionnally if we run a newer release, but I figured I would keep
the changes to a minimum.

4 years agoMODULES-10543: remove sources.list file on purging
Antoine Beaupré [Tue, 11 Feb 2020 16:40:06 +0000 (11:40 -0500)]
MODULES-10543: remove sources.list file on purging

The current sources.list purge behavior is inconsistent with the
preferences behavior. The former creates a file with a comment, the
latter removes the file.

This harmonizes this behavior between the two files and simply drops
the file if it is to be purged.

4 years agoMerge pull request #903 from puppetlabs/pdksync_pdksync-honeycombsetup
carabasdaniel [Fri, 7 Feb 2020 09:24:44 +0000 (11:24 +0200)]
Merge pull request #903 from puppetlabs/pdksync_pdksync-honeycombsetup

(IAC-365) updating tokens and dataset for honeycomb

4 years ago(IAC-365) updating tokens and dataset for honeycomb pdksync_pdksync-honeycombsetup
sheena [Wed, 5 Feb 2020 11:13:11 +0000 (11:13 +0000)]
(IAC-365) updating tokens and dataset for honeycomb

4 years agoMerge pull request #902 from puppetlabs/pdksync_deb10
lionce [Wed, 15 Jan 2020 11:59:48 +0000 (13:59 +0200)]
Merge pull request #902 from puppetlabs/pdksync_deb10

pdksync - (FM-8581) - Debian 10 added to travis and provision file refactored

4 years ago(FM-8581) - Debian 10 added to travis and provision file refactored pdksync_deb10
David Swan [Fri, 10 Jan 2020 15:58:28 +0000 (15:58 +0000)]
(FM-8581) - Debian 10 added to travis and provision file refactored

4 years agoMerge pull request #891 from synyx/include_apt
sheenaajay [Mon, 13 Jan 2020 10:14:54 +0000 (10:14 +0000)]
Merge pull request #891 from synyx/include_apt

Include apt in apt::backports

4 years agoMerge pull request #901 from puppetlabs/pdksync_github_actions
cmccrisken-puppet [Wed, 18 Dec 2019 15:14:03 +0000 (15:14 +0000)]
Merge pull request #901 from puppetlabs/pdksync_github_actions

pdksync - FM-8834 - Add GitHub action workflow

4 years agoAdd GitHub actions workflow pdksync_github_actions
lionce [Wed, 18 Dec 2019 14:39:30 +0000 (16:39 +0200)]
Add GitHub actions workflow

4 years agoMerge pull request #899 from puppetlabs/pdksync_travis-updates
david22swan [Tue, 17 Dec 2019 10:25:55 +0000 (10:25 +0000)]
Merge pull request #899 from puppetlabs/pdksync_travis-updates

pdksync - (maint) travis updates: bundler and slack

4 years ago(maint) update travis to notify puppet slack pdksync_travis-updates
David Schmitt [Mon, 16 Dec 2019 20:57:21 +0000 (20:57 +0000)]
(maint) update travis to notify puppet slack

4 years ago(maint) update travis to not use bundle update --system
David Schmitt [Mon, 16 Dec 2019 20:14:39 +0000 (20:14 +0000)]
(maint) update travis to not use bundle update --system

4 years agoMerge pull request #898 from puppetlabs/release
David Schmitt [Thu, 12 Dec 2019 10:21:52 +0000 (10:21 +0000)]
Merge pull request #898 from puppetlabs/release

(maint) Release Mergeback v7.3.0

4 years ago(maint) Releaseprep v7.3.0 v7.3.0
sheena [Wed, 11 Dec 2019 15:21:10 +0000 (15:21 +0000)]
(maint) Releaseprep v7.3.0

4 years agoMerge pull request #897 from puppetlabs/pdksync_pdksync-addubuntu14
carabasdaniel [Wed, 11 Dec 2019 12:31:44 +0000 (14:31 +0200)]
Merge pull request #897 from puppetlabs/pdksync_pdksync-addubuntu14

MODULES-10242 Add ubuntu14 support back to the modules

4 years agoMODULES-10242 Add ubuntu14 support back to the modules pdksync_pdksync-addubuntu14
sheena [Fri, 6 Dec 2019 11:24:25 +0000 (11:24 +0000)]
MODULES-10242 Add ubuntu14 support back to the modules

4 years agoinclude module apt in backports
Sascha Rüssel [Wed, 6 Nov 2019 13:47:19 +0000 (14:47 +0100)]
include module apt in backports

Otherwise there can be issues with undef values.
like:

Evaluation Error: Operator '[]' is not applicable to an Undef Value. (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/backports.pp, line: 73, column: 18) on node …

4 years agoMerge pull request #894 from atarax/master
sheenaajay [Mon, 9 Dec 2019 14:36:49 +0000 (14:36 +0000)]
Merge pull request #894 from atarax/master

MODULES-10063, extend apt::key to support deeplinks, this time with f…

4 years agoMerge pull request #890 from luckyraul/patch-1
sheenaajay [Mon, 9 Dec 2019 14:26:50 +0000 (14:26 +0000)]
Merge pull request #890 from luckyraul/patch-1

Adding a new parameter for dist

4 years agoMerge pull request #896 from puppetlabs/pdksync_pdksync-disableforge
david22swan [Fri, 6 Dec 2019 15:30:50 +0000 (15:30 +0000)]
Merge pull request #896 from puppetlabs/pdksync_pdksync-disableforge

pdksync - "MODULES-10236 disable deploy_to_forge for the module"

4 years agoMODULES-10236 disable deploy_to_forge for the module pdksync_pdksync-disableforge
sheena [Fri, 6 Dec 2019 14:38:59 +0000 (14:38 +0000)]
MODULES-10236 disable deploy_to_forge for the module

4 years agoMODULES-10063, extend apt::key to support deeplinks, this time with filename (https...
Tobias Kaesser [Fri, 29 Nov 2019 14:21:02 +0000 (15:21 +0100)]
MODULES-10063, extend apt::key to support deeplinks, this time with filename (https://some.source/somefile.key)

4 years agoMerge pull request #893 from puppetlabs/pdksync_simplecov
cmccrisken-puppet [Fri, 29 Nov 2019 11:11:02 +0000 (11:11 +0000)]
Merge pull request #893 from puppetlabs/pdksync_simplecov

(MODULES-10120) enable simplecov; update to PDK 1.14.1; minor cleanups

4 years ago(maint) Update to PDK 1.14.1 pdksync_simplecov
David Schmitt [Wed, 27 Nov 2019 18:31:35 +0000 (18:31 +0000)]
(maint) Update to PDK 1.14.1

4 years ago(maint) enable simplecov for ruby codecoverage testing
David Schmitt [Mon, 25 Nov 2019 18:25:27 +0000 (18:25 +0000)]
(maint) enable simplecov for ruby codecoverage testing

4 years ago(maint) update gitignore and pdkignore for .project file removal
David Schmitt [Thu, 21 Nov 2019 18:16:13 +0000 (18:16 +0000)]
(maint) update gitignore and pdkignore for .project file removal

4 years ago(maint) remove obsolete gepetto .project files
David Schmitt [Thu, 21 Nov 2019 18:06:18 +0000 (18:06 +0000)]
(maint) remove obsolete gepetto .project files

4 years ago(maint) mark .gitlab-ci.yml as deleted
David Schmitt [Thu, 21 Nov 2019 17:18:40 +0000 (17:18 +0000)]
(maint) mark .gitlab-ci.yml as deleted

4 years ago(maint) sort and canonicalise .sync.yml
David Schmitt [Thu, 21 Nov 2019 17:17:50 +0000 (17:17 +0000)]
(maint) sort and canonicalise .sync.yml

4 years agoMerge pull request #887 from puppetlabs/pdksync_encrypt-git
David Schmitt [Mon, 11 Nov 2019 16:11:54 +0000 (16:11 +0000)]
Merge pull request #887 from puppetlabs/pdksync_encrypt-git

pdksync - (FM-8634) ensure encrypted communication for fixtures

4 years agoMerge pull request #892 from atarax/master
carabasdaniel [Mon, 11 Nov 2019 10:06:08 +0000 (12:06 +0200)]
Merge pull request #892 from atarax/master

MODULES-10063, extend apt::key to support deeplinks

4 years agoMODULES-10063, extend apt::key to support deeplinks, current implementation only...
Tobias Kaesser [Wed, 6 Nov 2019 15:30:32 +0000 (16:30 +0100)]
MODULES-10063, extend apt::key to support deeplinks, current implementation only supports baseurls

4 years agoMerge pull request #888 from glennsarti/fix-travis
lionce [Thu, 7 Nov 2019 12:40:39 +0000 (14:40 +0200)]
Merge pull request #888 from glennsarti/fix-travis

(PDK-1501) Fix acceptance stages in Travis CI

4 years agoMerge pull request #889 from puppetlabs/pdksync_remove_support_ubuntu14
carabasdaniel [Wed, 6 Nov 2019 09:49:17 +0000 (11:49 +0200)]
Merge pull request #889 from puppetlabs/pdksync_remove_support_ubuntu14

pdksync - Remove Ubuntu 14 support

4 years agoLinux Mint Support
Nikita [Wed, 6 Nov 2019 09:23:55 +0000 (12:23 +0300)]
Linux Mint Support

Feature for a new possibility to replace LinuxMint with Ubuntu

4 years agoremove ubuntu 14 support pdksync_remove_support_ubuntu14
lionce [Wed, 6 Nov 2019 08:57:25 +0000 (10:57 +0200)]
remove ubuntu 14 support

4 years ago(PDK-1501) Fix acceptance stages in Travis CI
Glenn Sarti [Tue, 5 Nov 2019 05:03:29 +0000 (13:03 +0800)]
(PDK-1501) Fix acceptance stages in Travis CI

Previously the Travis CI file was brought under PDK control, however the
sync.yml did not contain the stage settings for the Litmus jobs which meant
that they did not run.  This commit fixes that error and runs PDK Update again

4 years ago(maint) Update for PDK templates
Glenn Sarti [Tue, 5 Nov 2019 05:01:33 +0000 (13:01 +0800)]
(maint) Update for PDK templates

This commit updates the module as per PDK-Templates commit 0b5b39b

4 years ago(FM-8634) ensure encrypted communication for fixtures pdksync_encrypt-git
David Schmitt [Fri, 1 Nov 2019 16:48:52 +0000 (16:48 +0000)]
(FM-8634) ensure encrypted communication for fixtures

4 years agoMerge pull request #884 from michaeltlombardi/ticket/master/FM-8391-update-readme
lionce [Fri, 1 Nov 2019 08:40:35 +0000 (10:40 +0200)]
Merge pull request #884 from michaeltlombardi/ticket/master/FM-8391-update-readme

(FM-8391) Update README per team practices

4 years ago(FM-8391) Update README per team practices
Michael T Lombardi [Thu, 31 Oct 2019 18:34:26 +0000 (13:34 -0500)]
(FM-8391) Update README per team practices

This commit updates the readme to remove the language marking litmus
as an experimental tool as well as clarifying the instructions for
running acceptance tests and noting the schedule for the IA Content
office hours.

4 years agoMerge pull request #883 from glennsarti/test
lionce [Wed, 30 Oct 2019 12:37:54 +0000 (14:37 +0200)]
Merge pull request #883 from glennsarti/test

(PDK-1501) Allow Travis CI config to be templated

4 years ago(PDK-1501) Allow Travis CI config to be templated
Glenn Sarti [Wed, 30 Oct 2019 06:18:01 +0000 (14:18 +0800)]
(PDK-1501) Allow Travis CI config to be templated

Previously the module unmanaged the Travis CI file when converted to Litmus.
This commit allows the Travis CI file to be managed.

4 years agoMerge pull request #882 from puppetlabs/release
david22swan [Tue, 29 Oct 2019 13:23:32 +0000 (13:23 +0000)]
Merge pull request #882 from puppetlabs/release

(FM-8646) Release merge back for v7.2.0

4 years agoRelease version 7.2.0 v7.2.0
Auto-release [Tue, 29 Oct 2019 10:54:29 +0000 (10:54 +0000)]
Release version 7.2.0

4 years agoMerge pull request #880 from michaeltlombardi/ticket/master/FM-8275-add-vagrant-provision
david22swan [Fri, 25 Oct 2019 14:16:07 +0000 (15:16 +0100)]
Merge pull request #880 from michaeltlombardi/ticket/master/FM-8275-add-vagrant-provision

(FM-8275) Add vagrant provision list

4 years agoMerge pull request #881 from puppetlabs/pdksync_pdksync-pdkgemupdate
cmccrisken-puppet [Thu, 24 Oct 2019 20:02:41 +0000 (21:02 +0100)]
Merge pull request #881 from puppetlabs/pdksync_pdksync-pdkgemupdate

pdksync - (maint) Override pdk gem version to master branch (PDK-1525 workaround until release)

4 years agoPoint pdk gem to head of master until PDK-1525 resolved pdksync_pdksync-pdkgemupdate
Ciaran McCrisken [Thu, 24 Oct 2019 14:21:51 +0000 (15:21 +0100)]
Point pdk gem to head of master until PDK-1525 resolved

4 years ago(FM-8275) Add vagrant provision list
Michael T Lombardi [Fri, 18 Oct 2019 21:58:45 +0000 (16:58 -0500)]
(FM-8275) Add vagrant provision list

Prior to this commit the only provisioners included in
the provision lists were docker and vmpooler, neither
of which are particularly accessible to folks developing
on Windows outside of Puppet.

This commit adds a list which leverages the vagrant
provisioner.

4 years agoMerge pull request #879 from tuxmea/apt_mark
carabasdaniel [Mon, 30 Sep 2019 11:49:56 +0000 (14:49 +0300)]
Merge pull request #879 from tuxmea/apt_mark

Add apt::mark defined type

4 years agoMerge pull request #876 from ThoughtCrhyme/FM-8394
lionce [Mon, 23 Sep 2019 16:52:53 +0000 (19:52 +0300)]
Merge pull request #876 from ThoughtCrhyme/FM-8394

(FM-8394) add debian 10 testing

4 years agoAdd apt::markdefined type
Martin Alfke [Fri, 20 Sep 2019 13:29:45 +0000 (15:29 +0200)]
Add apt::markdefined type

4 years agoMerge pull request #878 from puppetlabs/pdksync_add_codeowners
sheenaajay [Wed, 18 Sep 2019 09:52:15 +0000 (10:52 +0100)]
Merge pull request #878 from puppetlabs/pdksync_add_codeowners

(maint) Add a codeowners file

4 years ago(maint) Add a codeowners file pdksync_add_codeowners
tphoney [Tue, 17 Sep 2019 14:50:39 +0000 (15:50 +0100)]
(maint) Add a codeowners file

4 years ago(FM-8394) add debian 10 testing FM-8394
Erick Banks [Tue, 10 Sep 2019 19:56:19 +0000 (12:56 -0700)]
(FM-8394) add debian 10 testing

4 years agoMerge pull request #866 from martijndegouw/master
Florin Dragos [Wed, 4 Sep 2019 11:31:27 +0000 (14:31 +0300)]
Merge pull request #866 from martijndegouw/master

Install gnupg instead of dirmngr

4 years agoMerge pull request #875 from puppetlabs/pdksync_net-ssh-fix
TP Honey [Wed, 4 Sep 2019 10:12:55 +0000 (11:12 +0100)]
Merge pull request #875 from puppetlabs/pdksync_net-ssh-fix

pdksync - (MAINT) pdksync: fix for net-ssh 5 host_key check

4 years ago(MAINT) pdksync: fix for net-ssh 5 host_key check pdksync_net-ssh-fix
Florin Dragos [Thu, 29 Aug 2019 14:09:23 +0000 (17:09 +0300)]
(MAINT) pdksync: fix for net-ssh 5 host_key check

4 years agopdksync - MODULES-9692 - pdksync_1.12.0-0-g55d9ae2 (#874)
Michael T Lombardi (He/Him) [Thu, 15 Aug 2019 15:07:52 +0000 (10:07 -0500)]
pdksync - MODULES-9692 - pdksync_1.12.0-0-g55d9ae2 (#874)

pdksync - MODULES-9692 - pdksync_1.12.0-0-g55d9ae2

4 years agoMODULES-9692 - pdksync_1.12.0-0-g55d9ae2 pdksync_pdksync_1.12.0-0-g55d9ae2
sheena [Thu, 15 Aug 2019 08:22:34 +0000 (09:22 +0100)]
MODULES-9692 - pdksync_1.12.0-0-g55d9ae2

4 years agoMerge pull request #873 from raphink/default_key_options
Erick Banks [Wed, 14 Aug 2019 20:59:35 +0000 (13:59 -0700)]
Merge pull request #873 from raphink/default_key_options

Add apt::key_options for default apt::key options

4 years agoTest default key_options for apt::key
Raphaël Pinson [Wed, 14 Aug 2019 07:13:51 +0000 (09:13 +0200)]
Test default key_options for apt::key

4 years agoTest default keyserver for apt::key
Raphaël Pinson [Wed, 14 Aug 2019 07:10:56 +0000 (09:10 +0200)]
Test default keyserver for apt::key

4 years agoMerge pull request #869 from lelutin/purge_apt_conf
sheenaajay [Mon, 12 Aug 2019 11:11:47 +0000 (12:11 +0100)]
Merge pull request #869 from lelutin/purge_apt_conf

implement apt.conf.d purging

4 years agoAdd apt::key_options for default apt::key options
Raphaël Pinson [Thu, 8 Aug 2019 07:35:03 +0000 (09:35 +0200)]
Add apt::key_options for default apt::key options

4 years agoMerge pull request #872 from puppetlabs/release
sheenaajay [Tue, 30 Jul 2019 10:58:10 +0000 (11:58 +0100)]
Merge pull request #872 from puppetlabs/release

(MODULES-9627) Release merge back v7.1.0

4 years agoMerge pull request #871 from sheenaajay/releaseprep v7.1.0
Eimhin Laverty [Tue, 30 Jul 2019 08:16:00 +0000 (09:16 +0100)]
Merge pull request #871 from sheenaajay/releaseprep

MODULES-9626 Release Prep 7.1.0

4 years agoMODULES-9626 Release Prep 7.1.0
sheena [Mon, 29 Jul 2019 15:51:45 +0000 (16:51 +0100)]
MODULES-9626 Release Prep 7.1.0

4 years agoMerge pull request #870 from puppetlabs/pdksync_pdksync_heads/master-0-gb096033
TP Honey [Tue, 16 Jul 2019 08:55:10 +0000 (09:55 +0100)]
Merge pull request #870 from puppetlabs/pdksync_pdksync_heads/master-0-gb096033

pdksync - pdksync_heads/master-0-gb096033

4 years agopdksync_heads/master-0-gb096033 pdksync_pdksync_heads/master-0-gb096033
lionce [Tue, 16 Jul 2019 07:03:21 +0000 (10:03 +0300)]
pdksync_heads/master-0-gb096033

4 years agoimplement apt.conf.d purging
Gabriel Filion [Mon, 15 Jul 2019 00:10:55 +0000 (20:10 -0400)]
implement apt.conf.d purging

this module already has parameters that let users purge sources.list.d
and preferences.d. It also has resources to create source files in
sources.list.d and "pins" in preferences.d and also has a resource to
create a configuration file in apt.conf.d. however, for some reason it
can't purge apt.conf.d

purging this directory can help users ensure that systems run exactly
with what puppet knows the system should be configured with.

4 years agoMerge pull request #867 from eimlav/pdksync_modules-9482
sheenaajay [Wed, 3 Jul 2019 14:21:02 +0000 (15:21 +0100)]
Merge pull request #867 from eimlav/pdksync_modules-9482

(MODULES-9482) Bump translate dependency upper range

4 years ago(MODULES-9482) Bump translate dependency upper range
Eimhin Laverty [Wed, 3 Jul 2019 10:30:08 +0000 (11:30 +0100)]
(MODULES-9482) Bump translate dependency upper range

5 years agoInstall gnupg instead of dirmngr
Martijn de Gouw [Thu, 27 Jun 2019 14:58:25 +0000 (16:58 +0200)]
Install gnupg instead of dirmngr

gnupg pulls in dirmngt and gpg, which are needed by apt_key

5 years agoMerge pull request #865 from tphoney/FM-7709
carabasdaniel [Tue, 25 Jun 2019 15:16:43 +0000 (18:16 +0300)]
Merge pull request #865 from tphoney/FM-7709

(FM-7709) pdksync and remove beaker

5 years ago(FM-7709) pdksync and remove beaker
tphoney [Tue, 25 Jun 2019 12:26:10 +0000 (13:26 +0100)]
(FM-7709) pdksync and remove beaker

5 years agoMerge pull request #864 from puppetlabs/litmus
Paula Muir [Thu, 13 Jun 2019 13:57:25 +0000 (14:57 +0100)]
Merge pull request #864 from puppetlabs/litmus

(FM-8215) Convert to using litmus

5 years agomore test fixes and pdksync litmus
tphoney [Wed, 12 Jun 2019 10:32:24 +0000 (11:32 +0100)]
more test fixes and pdksync

5 years agoMerge pull request #861 from puppetlabs/pdksync_pdksync-docsupdate
TP Honey [Wed, 12 Jun 2019 11:51:14 +0000 (12:51 +0100)]
Merge pull request #861 from puppetlabs/pdksync_pdksync-docsupdate

pdksync - MODULES-9057 Fix the module contribution guide link

5 years agoConvert to using litmus
Florin Dragos [Tue, 11 Jun 2019 14:45:24 +0000 (17:45 +0300)]
Convert to using litmus

5 years agoMerge pull request #862 from puppetlabs/pdksync_pdksync_heads/master-0-g7827fc2
sheenaajay [Tue, 11 Jun 2019 09:43:57 +0000 (10:43 +0100)]
Merge pull request #862 from puppetlabs/pdksync_pdksync_heads/master-0-g7827fc2

pdksync - pdksync_heads/master-0-g7827fc2

5 years agopdksync_heads/master-0-g7827fc2 pdksync_pdksync_heads/master-0-g7827fc2
Erick Banks [Mon, 10 Jun 2019 12:32:31 +0000 (13:32 +0100)]
pdksync_heads/master-0-g7827fc2

5 years agoMODULES-9057 fix docs link pdksync_pdksync-docsupdate
sheena [Wed, 5 Jun 2019 10:11:29 +0000 (11:11 +0100)]
MODULES-9057 fix docs link

5 years agoMerge pull request #860 from puppetlabs/release
lionce [Tue, 14 May 2019 15:19:21 +0000 (18:19 +0300)]
Merge pull request #860 from puppetlabs/release

Release merge-back

5 years agoMerge pull request #859 from lionce/release_prep v7.0.1
carabasdaniel [Mon, 13 May 2019 13:24:18 +0000 (06:24 -0700)]
Merge pull request #859 from lionce/release_prep

MODULES-9066 - release prep v7.0.1

5 years agoMODULES-9066 - release prep v7.0.1
lionce [Mon, 13 May 2019 11:06:00 +0000 (14:06 +0300)]
MODULES-9066 - release prep v7.0.1