puppet-modules/puppetlabs-apt.git
6 years ago(MODULES-7023) - Removing duplication in sync.yml
Paula McMaw [Thu, 26 Apr 2018 13:38:54 +0000 (14:38 +0100)]
(MODULES-7023) - Removing duplication in sync.yml

6 years agoMerge pull request #748 from bernhardschmidt/patch-1
Hunter Haugen [Mon, 26 Mar 2018 23:00:40 +0000 (16:00 -0700)]
Merge pull request #748 from bernhardschmidt/patch-1

Replace UTF-8 whitespace in comment

6 years agoReplace UTF-8 whitespace in comment
Bernhard Schmidt [Thu, 22 Mar 2018 14:05:05 +0000 (15:05 +0100)]
Replace UTF-8 whitespace in comment

There is an UTF-8 whitespace which blows up older puppet-lint versions. Replace with space character

./modules/apt/manifests/source.pp
/usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `split': invalid byte sequence in US-ASCII (ArgumentError)
from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `load_data'
from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:53:in `run'
from /usr/lib/ruby/vendor_ruby/puppet-lint.rb:174:in `run'
from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:59:in `block in run'
from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `each'
from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `run'
from /usr/bin/puppet-lint:7:in `<main>'
Detected error

6 years agoMerge pull request #747 from aboks/patch-1
david22swan [Wed, 7 Mar 2018 11:09:20 +0000 (11:09 +0000)]
Merge pull request #747 from aboks/patch-1

Fix "E: Unable to locate package  -y"

6 years agoFix "E: Unable to locate package -y"
Arnout Boks [Mon, 5 Mar 2018 11:55:45 +0000 (12:55 +0100)]
Fix "E: Unable to locate package  -y"

Due to the extra space, apt complained with "Unable to locate package  -y". Without the extra space, the task runs fine.

6 years agoMerge pull request #743 from smortex/fix-automatic-coercion-warning
david22swan [Fri, 16 Feb 2018 15:16:00 +0000 (15:16 +0000)]
Merge pull request #743 from smortex/fix-automatic-coercion-warning

Fix automatic coercion warning

6 years agoMerge pull request #745 from puppetlabs/cve_release
Eric Putnam [Tue, 6 Feb 2018 19:33:17 +0000 (11:33 -0800)]
Merge pull request #745 from puppetlabs/cve_release

4.5.1 mergeback

6 years agoMerge pull request #2 from puppetlabs/cve-2018-6508 cve_release 4.5.1
Eric Putnam [Thu, 1 Feb 2018 17:54:33 +0000 (09:54 -0800)]
Merge pull request #2 from puppetlabs/cve-2018-6508

(RE-10220) Fix CVE-2018-6508

6 years ago(RE-10220) Fix CVE-2018-6508
Hunter Haugen [Thu, 1 Feb 2018 01:08:02 +0000 (17:08 -0800)]
(RE-10220) Fix CVE-2018-6508

6 years agoDo not rely on deprecated argument signature
Romain Tartière [Fri, 26 Jan 2018 15:18:47 +0000 (16:18 +0100)]
Do not rely on deprecated argument signature

This commit fixes the following warning in the puppet master's logs:

Jan 26 16:09:26 <daemon.warn> marvin puppet-master[68168]: The argument signature (String format, [String timezone]) is deprecated for #strfime. See #strftime documentation and Timespan type for more info
Jan 26 16:09:26 <daemon.warn> marvin puppet-master[68168]:    (at /usr/local/etc/puppet/environments/production/modules/apt/manifests/update.pp:17)

6 years agoFix automatic coercion warning
Romain Tartière [Fri, 26 Jan 2018 13:32:30 +0000 (14:32 +0100)]
Fix automatic coercion warning

Explicitly cast the return value of strftime() to an Integer to avoid
spamming the puppet server log file with warning messages:

Jan 26 14:19:13 <daemon.warn> marvin puppet-master[27147]: The string '1516972753' was automatically coerced to the numerical value 1516972753 at /usr/local/etc/puppet/environments/production/modules/apt/manifests/update.pp:17:27
Jan 26 14:19:25 <daemon.warn> marvin puppet-master[27147]: The string '1516972765' was automatically coerced to the numerical value 1516972765 at /usr/local/etc/puppet/environments/production/modules/apt/manifests/update.pp:17:27
Jan 26 14:19:55 <daemon.warn> marvin puppet-master[27147]: The string '1516972795' was automatically coerced to the numerical value 1516972795 at /usr/local/etc/puppet/environments/production/modules/apt/manifests/update.pp:17:27
Jan 26 14:20:15 <daemon.warn> marvin puppet-master[27147]: The string '1516972815' was automatically coerced to the numerical value 1516972815 at /usr/local/etc/puppet/environments/production/modules/apt/manifests/update.pp:17:27

6 years agoMerge pull request #742 from puppetlabs/release
Paula Muir [Mon, 22 Jan 2018 14:27:09 +0000 (14:27 +0000)]
Merge pull request #742 from puppetlabs/release

Release Mergeback 4.5.0

6 years agoMerge pull request #741 from pmcmaw/pdk_convert-release 4.5.0
Helen [Mon, 22 Jan 2018 11:51:42 +0000 (11:51 +0000)]
Merge pull request #741 from pmcmaw/pdk_convert-release

(MODULES-6476) - Release prep apt 4.5.0

6 years ago(MODULES-6476) - Release prep apt 4.5.0
Paula McMaw [Mon, 22 Jan 2018 11:25:39 +0000 (11:25 +0000)]
(MODULES-6476) - Release prep apt 4.5.0

6 years agoMerge pull request #740 from pmcmaw/pdk_convert
Helen [Mon, 22 Jan 2018 11:05:41 +0000 (11:05 +0000)]
Merge pull request #740 from pmcmaw/pdk_convert

(MODULES-6452) - PDK Convert apt

6 years agoRemove update bundler
Paula McMaw [Mon, 22 Jan 2018 10:11:04 +0000 (10:11 +0000)]
Remove update bundler

6 years ago(MODULES-6452) - PDK Convert apt
Paula McMaw [Mon, 22 Jan 2018 09:50:15 +0000 (09:50 +0000)]
(MODULES-6452) - PDK Convert apt

Using PDK to convert module so that it is compliant with the PDK.

The second commit addresses a bundler issue MODULES-6339.
The next time PDK convert is ran it will re-add the newer version of the bundler gem.

6 years agoMerge pull request #739 from pmcmaw/puppet-lint_warn
Eric Putnam [Fri, 19 Jan 2018 17:05:57 +0000 (09:05 -0800)]
Merge pull request #739 from pmcmaw/puppet-lint_warn

(maint) - Addressing puppet-lint doc warnings

6 years ago(maint) Addressing puppet-lint doc warnings
Paula McMaw [Fri, 19 Jan 2018 14:54:42 +0000 (14:54 +0000)]
(maint) Addressing puppet-lint doc warnings

Carrying this out in order to prep for making this module PDK compliant.

6 years agoMerge pull request #738 from puppetlabs/msync_MODULES-6339
Paula Muir [Mon, 8 Jan 2018 14:07:51 +0000 (14:07 +0000)]
Merge pull request #738 from puppetlabs/msync_MODULES-6339

(maint) modulesync 65530a4 Update Travis

6 years ago(maint) modulesync 65530a4 Update Travis msync_MODULES-6339
Michael T Lombardi [Wed, 3 Jan 2018 22:10:28 +0000 (16:10 -0600)]
(maint) modulesync 65530a4 Update Travis

Related: https://github.com/puppetlabs/modulesync_configs/pull/177

6 years agoMerge pull request #737 from willmeek/modulesync_rubocop
TP Honey [Wed, 13 Dec 2017 17:20:26 +0000 (17:20 +0000)]
Merge pull request #737 from willmeek/modulesync_rubocop

Modulesync rubocop

6 years agoFixes rubocop issues found by modulesync
Will Meek [Wed, 13 Dec 2017 16:24:28 +0000 (16:24 +0000)]
Fixes rubocop issues found by modulesync

6 years ago(maint) - modulesync 384f4c1 maint_modsync_384f4c1
tphoney [Wed, 13 Dec 2017 10:48:54 +0000 (10:48 +0000)]
(maint) - modulesync 384f4c1

6 years agoMerge pull request #735 from pmcmaw/rubocop
TP Honey [Thu, 7 Dec 2017 10:41:43 +0000 (10:41 +0000)]
Merge pull request #735 from pmcmaw/rubocop

MODULES-6235 - Addressing Rubocop Errors

6 years agoAddressing Rubocop Errors
Paula McMaw [Thu, 7 Dec 2017 09:55:21 +0000 (09:55 +0000)]
Addressing Rubocop Errors

6 years agoMerge pull request #734 from puppetlabs/release
willmeek [Mon, 20 Nov 2017 15:34:20 +0000 (15:34 +0000)]
Merge pull request #734 from puppetlabs/release

Release merge back 4.4.1

6 years agoMerge pull request #733 from puppetlabs/maint_modsync_1d81b6a
willmeek [Fri, 17 Nov 2017 15:18:36 +0000 (15:18 +0000)]
Merge pull request #733 from puppetlabs/maint_modsync_1d81b6a

(maint) - modulesync 1d81b6a

6 years agoModule sync 1d81b6a maint_modsync_1d81b6a
Paula McMaw [Fri, 17 Nov 2017 12:15:50 +0000 (12:15 +0000)]
Module sync 1d81b6a

6 years agoMerge pull request #732 from willmeek/release_4_4_1 4.4.1
Paula McMaw [Thu, 16 Nov 2017 15:19:22 +0000 (15:19 +0000)]
Merge pull request #732 from willmeek/release_4_4_1

Release prep for 4.4.1

6 years agoRelease prep for 4.4.1
Will Meek [Thu, 16 Nov 2017 14:27:36 +0000 (14:27 +0000)]
Release prep for 4.4.1

6 years agoMerge pull request #731 from willmeek/rubocopification
Paula McMaw [Thu, 16 Nov 2017 10:59:30 +0000 (10:59 +0000)]
Merge pull request #731 from willmeek/rubocopification

Rubocopification

6 years agoRubocopification
Will Meek [Wed, 8 Nov 2017 16:54:52 +0000 (16:54 +0000)]
Rubocopification

6 years agoMerge pull request #730 from puppetlabs/release
willmeek [Wed, 15 Nov 2017 13:46:39 +0000 (13:46 +0000)]
Merge pull request #730 from puppetlabs/release

Release mergeback 4.4.0

6 years agoMerge pull request #729 from jbondpdx/release 4.4.0
willmeek [Tue, 14 Nov 2017 10:52:52 +0000 (10:52 +0000)]
Merge pull request #729 from jbondpdx/release

fix inconsistencies in README

6 years agofix inconsistencies in README
jbondpdx [Mon, 13 Nov 2017 19:01:26 +0000 (11:01 -0800)]
fix inconsistencies in README

6 years agoMerge pull request #728 from willmeek/release_4_4_0_a
TP Honey [Mon, 13 Nov 2017 15:08:20 +0000 (15:08 +0000)]
Merge pull request #728 from willmeek/release_4_4_0_a

Further release prep for 4.4.0

6 years agoFurther release prep for 4.4.0
Will Meek [Mon, 13 Nov 2017 14:36:06 +0000 (14:36 +0000)]
Further release prep for 4.4.0

6 years agoRelease prep for 4.4.0
Will Meek [Thu, 9 Nov 2017 13:56:37 +0000 (13:56 +0000)]
Release prep for 4.4.0

6 years agoAdd a check for Puppet version to task helper
Will Meek [Thu, 9 Nov 2017 18:09:04 +0000 (18:09 +0000)]
Add a check for Puppet version to task helper

This commit will add a check for Puppet version being 5 or greater
around the task test helper. This ensures that is it not attempted
pre-task versions of puppet.

6 years agoMerge pull request #724 from wyardley/apt_transport_https2
willmeek [Mon, 13 Nov 2017 14:19:37 +0000 (14:19 +0000)]
Merge pull request #724 from wyardley/apt_transport_https2

install apt-transport-https on Debian 7 as well

6 years agoMerge pull request #723 from wyardley/docs_fix_numbering
willmeek [Mon, 13 Nov 2017 13:43:22 +0000 (13:43 +0000)]
Merge pull request #723 from wyardley/docs_fix_numbering

Fix numbering in README index

6 years agoinstall apt-transport-https on Debian 7 as well
William Yardley [Fri, 10 Nov 2017 19:22:44 +0000 (11:22 -0800)]
install apt-transport-https on Debian 7 as well

6 years agouse 1. for numbers so the numbers don't start at 2
William Yardley [Fri, 10 Nov 2017 19:19:03 +0000 (11:19 -0800)]
use 1. for numbers so the numbers don't start at 2

6 years agoMerge pull request #719 from willmeek/add_dist_fact
david22swan [Thu, 9 Nov 2017 09:21:08 +0000 (09:21 +0000)]
Merge pull request #719 from willmeek/add_dist_fact

Add a facter fact for dist-upgrade

6 years agoAdd a facter fact for dist-upgrade
Will Meek [Tue, 7 Nov 2017 16:21:55 +0000 (16:21 +0000)]
Add a facter fact for dist-upgrade

This commit adds a facter fact for dist-upgrade, along with
associated facter facts.

6 years agoMerge pull request #718 from willmeek/http_proxy_bypass
Eric Putnam [Wed, 8 Nov 2017 16:41:55 +0000 (08:41 -0800)]
Merge pull request #718 from willmeek/http_proxy_bypass

Http proxy bypass

6 years agoMerge pull request #720 from actatux/apt-transport-https
willmeek [Wed, 8 Nov 2017 11:34:16 +0000 (11:34 +0000)]
Merge pull request #720 from actatux/apt-transport-https

Install apt-transport-https if needed

6 years agoAdd a 'direct' option to proxy settings
Will Meek [Mon, 6 Nov 2017 15:46:57 +0000 (15:46 +0000)]
Add a 'direct' option to proxy settings

This commit adds a 'direct' boolean option to proxy settings.
When set to true, if https is not true, the https proxy is set
to 'DIRECT'.

6 years agoInstall apt-transport-https if needed
Bruno Travouillon [Tue, 7 Nov 2017 23:24:37 +0000 (00:24 +0100)]
Install apt-transport-https if needed

Without this package, the module fails to update a repository with a
location using the https method.

This extends to Debian stretch, Ubuntu trusty and xenial.

https support has been moved into the apt package for future releases
of these distibutions, thus this change won't need to be updated.

6 years agohttps proxy bypass fix
Michael Eklund [Fri, 8 Sep 2017 15:32:07 +0000 (10:32 -0500)]
https proxy bypass fix

* if http proxy is set without an https proxy apt will still attempt to
proxy those https sources, resulting in errors.  This fix will allow
direct connect to the https urls, bypassing the http proxy.  This is the
most simple fix for this problem, a more complex fix would be to have an
https_direct setting.
fix test for https proxy bypass

6 years agoMerge pull request #717 from willmeek/build_fix
Helen [Mon, 6 Nov 2017 12:17:13 +0000 (12:17 +0000)]
Merge pull request #717 from willmeek/build_fix

Remove tasks acceptance test for non-Debian builds

6 years agoRemove tasks acceptance test for non-Debian builds
Will Meek [Fri, 3 Nov 2017 17:28:35 +0000 (17:28 +0000)]
Remove tasks acceptance test for non-Debian builds

This commit will disable the task test on non-Debian/Ubuntu based masters.

6 years agoMerge pull request #716 from kbarmen/master
willmeek [Mon, 6 Nov 2017 11:29:18 +0000 (11:29 +0000)]
Merge pull request #716 from kbarmen/master

Do not treat debian stable-updates as security updates

6 years agoOutput from apt-get with actual security updates
Kolbjørn Barmen [Fri, 3 Nov 2017 15:06:10 +0000 (16:06 +0100)]
Output from apt-get with actual security updates

The previous output just had debian-updates and backports, none
of which are security updates. Adjusted expected results accordingly,
using curl as an example.

6 years agodebian-updates is not security updates
Kolbjørn Barmen [Fri, 3 Nov 2017 10:14:35 +0000 (11:14 +0100)]
debian-updates is not security updates

Debian-updates are pending packages between dot-releases,
they are not security updates. When Debian has a dot-release,
for example 8.7, debian-updates is empty. Between 8.7 and 8.8,
updates packages go to debian-updates, and on 8.8, all packages
in debian-updates are moved (or replaced) by packages in the main
repo, leaving debian-updates empty again. Security updates are
managed outside of this.

6 years agoMerge pull request #714 from actatux/apt-transport-https_debian8
willmeek [Thu, 2 Nov 2017 16:23:55 +0000 (16:23 +0000)]
Merge pull request #714 from actatux/apt-transport-https_debian8

Install apt-transport-https in Debian 8 if needed

6 years agoMerge pull request #710 from TMGMedia/circular-dep-fix
willmeek [Thu, 2 Nov 2017 13:47:26 +0000 (13:47 +0000)]
Merge pull request #710 from TMGMedia/circular-dep-fix

Fixed circular dependency for package dirmngr

6 years agoInstall apt-transport-https in Debian 8 if needed
Bruno Travouillon [Fri, 27 Oct 2017 21:47:36 +0000 (23:47 +0200)]
Install apt-transport-https in Debian 8 if needed

Without this package, the module fails to update a repository with a
location using the https method.

6 years agoMerge pull request #711 from icann-dns/fix_legacy_functions
Eric Putnam [Fri, 27 Oct 2017 20:58:50 +0000 (13:58 -0700)]
Merge pull request #711 from icann-dns/fix_legacy_functions

remove legacy functions

6 years agoMerge pull request #713 from willmeek/update_release_link
TP Honey [Wed, 11 Oct 2017 14:41:49 +0000 (15:41 +0100)]
Merge pull request #713 from willmeek/update_release_link

Update link to Release in CHANGELOG

6 years agoUpdate link to Release in CHANGELOG
Will Meek [Wed, 11 Oct 2017 14:39:29 +0000 (15:39 +0100)]
Update link to Release in CHANGELOG

6 years agoMerge pull request #712 from puppetlabs/release
Paula McMaw [Wed, 11 Oct 2017 14:10:18 +0000 (15:10 +0100)]
Merge pull request #712 from puppetlabs/release

4.3.0 merge back to master

6 years agoFM-6474 Adding an Apt task. 4.3.0
tphoney [Tue, 3 Oct 2017 17:16:59 +0000 (18:16 +0100)]
FM-6474 Adding an Apt task.

6 years agoRemove apt::key was wrong, we only need to remove the requirement
Henry [Sat, 7 Oct 2017 11:05:38 +0000 (13:05 +0200)]
Remove apt::key was wrong, we only need to remove the requirement

It is not really elegant to have them seperated, but tying them together
will create a circular dep with init.pp.

Signed-off-by: Henry <h.paulissen@tmg.nl>
6 years agoremove legacy functions
John Bond [Fri, 6 Oct 2017 16:31:45 +0000 (17:31 +0100)]
remove legacy functions

6 years agoFixed circular dependency for package dirmngr
Henry [Thu, 5 Oct 2017 11:54:32 +0000 (13:54 +0200)]
Fixed circular dependency for package dirmngr

Signed-off-by: Henry <h.paulissen@tmg.nl>
6 years agoMerge pull request #706 from tphoney/rubocopification
Hunter Haugen [Mon, 2 Oct 2017 23:17:13 +0000 (16:17 -0700)]
Merge pull request #706 from tphoney/rubocopification

Cleanup ruby code via rubocop.

6 years agoCleanup via rubocop of ruby code
tphoney [Tue, 26 Sep 2017 09:57:25 +0000 (10:57 +0100)]
Cleanup via rubocop of ruby code

6 years agoMerge pull request #651 from nhinds/MODULES-4265-ubuntu-security-updates
Eric Putnam [Wed, 27 Sep 2017 20:21:32 +0000 (13:21 -0700)]
Merge pull request #651 from nhinds/MODULES-4265-ubuntu-security-updates

(MODULES-4265) Detect security updates from multiple sources

6 years ago(MODULES-4265) Detect security updates from multiple sources
Nicholas Hinds [Sun, 8 Jan 2017 01:40:29 +0000 (18:40 -0700)]
(MODULES-4265) Detect security updates from multiple sources

The apt_security_updates and apt_package_security_updates facts
now detect security updates which come from more than one source
repository.

6 years agoMerge pull request #709 from puppetlabs/release
Eric Putnam [Tue, 26 Sep 2017 22:34:44 +0000 (15:34 -0700)]
Merge pull request #709 from puppetlabs/release

(MODULES-5628) 4.2.0 release merge back

6 years agoMerge pull request #708 from eputnam/release 4.2.0
Hailee Kenney [Tue, 26 Sep 2017 22:13:31 +0000 (15:13 -0700)]
Merge pull request #708 from eputnam/release

(maint) update changelog entry for support/compat clarification [skip ci]

6 years ago(maint) update changelog entry for support/compat clarification [skip
Eric Putnam [Tue, 26 Sep 2017 22:11:08 +0000 (15:11 -0700)]
(maint) update changelog entry for support/compat clarification [skip
ci]

6 years agoMerge pull request #707 from puppetlabs/jbondpdx-patch-1
Hailee Kenney [Tue, 26 Sep 2017 20:31:11 +0000 (13:31 -0700)]
Merge pull request #707 from puppetlabs/jbondpdx-patch-1

minor edits to new material

6 years agominor edits to new material jbondpdx-patch-1
Jean B [Tue, 26 Sep 2017 18:45:55 +0000 (11:45 -0700)]
minor edits to new material

6 years agoMerge pull request #657 from puppetlabs/binford2k-patch-1
TP Honey [Tue, 26 Sep 2017 09:23:47 +0000 (10:23 +0100)]
Merge pull request #657 from puppetlabs/binford2k-patch-1

This class should be private

6 years agoMerge pull request #705 from HAIL9000/maint/release/MODULES_5628_apt_4.2.0_release_prep
Eric Putnam [Tue, 26 Sep 2017 02:23:02 +0000 (19:23 -0700)]
Merge pull request #705 from HAIL9000/maint/release/MODULES_5628_apt_4.2.0_release_prep

(MODULES-5628) 4.2.0 release prep

6 years agoUpdate update.pp binford2k-patch-1
Ben Ford [Mon, 25 Sep 2017 23:34:03 +0000 (16:34 -0700)]
Update update.pp

6 years ago(MODULES-5628) 4.2.0 release prep
Hailee Kenney [Mon, 25 Sep 2017 23:19:42 +0000 (16:19 -0700)]
(MODULES-5628) 4.2.0 release prep

6 years agoMerge pull request #704 from puppetlabs/release
Eric Putnam [Mon, 25 Sep 2017 22:33:08 +0000 (15:33 -0700)]
Merge pull request #704 from puppetlabs/release

(maint) Update release merge back

6 years agoMerge pull request #703 from tphoney/jle64-patch-1
Helen [Mon, 25 Sep 2017 15:20:34 +0000 (16:20 +0100)]
Merge pull request #703 from tphoney/jle64-patch-1

apt_package_security_updates fact and test

6 years agoadding unit tests for new fact
tphoney [Mon, 25 Sep 2017 13:55:27 +0000 (14:55 +0100)]
adding unit tests for new fact

6 years agoAdd apt_package_security_updates fact
jle64 [Thu, 27 Jul 2017 13:37:25 +0000 (15:37 +0200)]
Add apt_package_security_updates fact

6 years agoMerge pull request #702 from tphoney/raoulbhatia
Helen [Mon, 25 Sep 2017 13:36:48 +0000 (14:36 +0100)]
Merge pull request #702 from tphoney/raoulbhatia

Switch to deb.debian.org and remove Debian 6.0

6 years agoMerge pull request #700 from deric/outdated-doc
TP Honey [Mon, 25 Sep 2017 12:37:57 +0000 (13:37 +0100)]
Merge pull request #700 from deric/outdated-doc

Delete documentation for parameters that already has been removed

6 years agoSwitch to deb.debian.org and remove Debian 6.0
tphoney [Mon, 25 Sep 2017 11:18:15 +0000 (12:18 +0100)]
Switch to deb.debian.org and remove Debian 6.0

6 years agoMerge pull request #696 from trevorrea/master
TP Honey [Mon, 25 Sep 2017 10:20:57 +0000 (11:20 +0100)]
Merge pull request #696 from trevorrea/master

Add 16.04 to list of distributions that should use software-properties-common.

6 years agoMerge pull request #701 from puppetlabs/msync_18sep17_892c4cf
TP Honey [Thu, 21 Sep 2017 16:07:55 +0000 (17:07 +0100)]
Merge pull request #701 from puppetlabs/msync_18sep17_892c4cf

(maint) modulesync 892c4cf

6 years agoMerge pull request #697 from aeber/master
TP Honey [Thu, 21 Sep 2017 16:07:37 +0000 (17:07 +0100)]
Merge pull request #697 from aeber/master

fix documentation for parameter $proxy['port'] in class apt

6 years ago(maint) modulesync 892c4cf msync_18sep17_892c4cf
Hailee Kenney [Mon, 18 Sep 2017 21:55:13 +0000 (14:55 -0700)]
(maint) modulesync 892c4cf

6 years agoDelete documentation for parameters that already has been removed
Tomas Barton [Mon, 18 Sep 2017 08:41:46 +0000 (10:41 +0200)]
Delete documentation for parameters that already has been removed

6 years agoMerge pull request #698 from deric/MODULES-4686-fix
Hunter Haugen [Fri, 15 Sep 2017 18:47:42 +0000 (11:47 -0700)]
Merge pull request #698 from deric/MODULES-4686-fix

MODULES-4686: gpg keyserver import fails in Debian 9 (Stretch)

6 years agofix apt-key resource syntax
Tomas Barton [Wed, 13 Sep 2017 12:46:09 +0000 (14:46 +0200)]
fix apt-key resource syntax

6 years agoautorequire dirmngr package
Tomas Barton [Wed, 13 Sep 2017 09:16:36 +0000 (11:16 +0200)]
autorequire dirmngr package

* add Debian 9 as supported system
* move dirmngr ensure to init.pp

6 years agosupport ubuntu
Tomas Barton [Mon, 11 Sep 2017 16:44:00 +0000 (18:44 +0200)]
support ubuntu

6 years agoensure dirmngr is installed on Debian Stretch
Tomas Barton [Mon, 11 Sep 2017 15:14:16 +0000 (17:14 +0200)]
ensure dirmngr is installed on Debian Stretch

6 years ago(MODULES-4686) fix incorrect GPG keys parsing on Debian 9
Tomas Barton [Thu, 7 Sep 2017 12:18:08 +0000 (14:18 +0200)]
(MODULES-4686) fix incorrect GPG keys parsing on Debian 9

patch from Alex P (alexpr)

6 years agofix documentation for parameter $proxy['port'] in class apt
Anselm Eberhardt [Wed, 30 Aug 2017 09:01:43 +0000 (11:01 +0200)]
fix documentation for parameter $proxy['port'] in class apt

Documentation says 'port' should be a string. init.pp checks for type
integer.

6 years agoMerge pull request #665 from tigercomputing/master
Helen [Fri, 25 Aug 2017 14:25:05 +0000 (15:25 +0100)]
Merge pull request #665 from tigercomputing/master

Ignore subkeys in apt-key's output