puppet-modules/puppetlabs-apt.git
9 years agoUpdate pe compatibility
Morgan Haskel [Wed, 8 Oct 2014 22:18:39 +0000 (18:18 -0400)]
Update pe compatibility

9 years agoMerge pull request #371 from mhaskel/force-yes
Colleen Murphy [Tue, 7 Oct 2014 16:37:06 +0000 (09:37 -0700)]
Merge pull request #371 from mhaskel/force-yes

add --force-yes so deb7 doesn't hang

9 years agoadd --force-yes so deb7 doesn't hang
Morgan Haskel [Mon, 6 Oct 2014 23:44:19 +0000 (19:44 -0400)]
add --force-yes so deb7 doesn't hang

9 years agoMerge pull request #369 from mhaskel/future_parser
Colleen Murphy [Mon, 6 Oct 2014 20:53:17 +0000 (13:53 -0700)]
Merge pull request #369 from mhaskel/future_parser

Missed one case for _kick_apt needed for strict variables

9 years agoMissed one case for _kick_apt needed for strict variables
Morgan Haskel [Mon, 6 Oct 2014 20:41:14 +0000 (16:41 -0400)]
Missed one case for _kick_apt needed for strict variables

9 years agoMerge pull request #368 from mhaskel/future_parser
Hunter Haugen [Fri, 3 Oct 2014 23:36:21 +0000 (16:36 -0700)]
Merge pull request #368 from mhaskel/future_parser

Fix for future parser support

9 years agoFix for future parser support
Morgan Haskel [Fri, 3 Oct 2014 23:30:33 +0000 (19:30 -0400)]
Fix for future parser support

9 years agoMerge pull request #367 from mhaskel/deb6_apt-key_workaround
Hunter Haugen [Thu, 2 Oct 2014 22:37:17 +0000 (15:37 -0700)]
Merge pull request #367 from mhaskel/deb6_apt-key_workaround

apt-key doesn't add long keys in deb6

9 years agoapt-key doesn't add long keys in deb6
Morgan Haskel [Thu, 2 Oct 2014 22:21:46 +0000 (17:21 -0500)]
apt-key doesn't add long keys in deb6

You can feed the command the long key, but it truncates it to add the
key. This causes issues due to the short-key collision with the
puppetlabs key. So, test with a different key on debian 6.

9 years agoMerge pull request #366 from mhaskel/fix_unit_tests
Hunter Haugen [Wed, 1 Oct 2014 18:55:20 +0000 (11:55 -0700)]
Merge pull request #366 from mhaskel/fix_unit_tests

We aren't truncating in the type

9 years agoWe aren't truncating in the type
Morgan Haskel [Wed, 1 Oct 2014 18:46:14 +0000 (13:46 -0500)]
We aren't truncating in the type

So don't check for truncated IDs in the type test.

9 years agoMerge pull request #365 from mhaskel/long_key_support
Hunter Haugen [Wed, 1 Oct 2014 18:43:09 +0000 (11:43 -0700)]
Merge pull request #365 from mhaskel/long_key_support

Don't truncate to short keys in the type

9 years agoDon't truncate to short keys in the type
Morgan Haskel [Wed, 1 Oct 2014 17:55:41 +0000 (12:55 -0500)]
Don't truncate to short keys in the type

You should be able to create/delete keys using the long key to avoid
collisions, and truncating in the type makes that not work.

9 years agoMerge pull request #349 from wolfspyre/apt_update_tooling
Morgan Haskel [Fri, 26 Sep 2014 19:01:16 +0000 (15:01 -0400)]
Merge pull request #349 from wolfspyre/apt_update_tooling

Apt update tooling

9 years ago- add bits for updating apt
Wolf Noble [Mon, 18 Aug 2014 20:12:55 +0000 (15:12 -0500)]
- add bits for updating apt
- fix spec tests to include osfamily fact
- add spec tests to verify current default behavior unimpacted.
- manage the update-stamp file in puppet via content rather than a served file.
- update custom fact to return -1 if the file doesn't exist
- add spec test for custom fact
- refactor to use a variable vs a collector/override
- document parameters a bit more verbosely
- remove empty unconstrained fact
- Add osfamily fact to backports tests to facilitate functional tests on non-debian hosts

9 years agoFix a test that broke with #326.
Daniele Sluijters [Wed, 24 Sep 2014 22:27:06 +0000 (15:27 -0700)]
Fix a test that broke with #326.

9 years agoMerge pull request #326 from dabido/master
Daniele Sluijters [Wed, 24 Sep 2014 22:01:17 +0000 (15:01 -0700)]
Merge pull request #326 from dabido/master

Builddep notifies apt-get update instead of requiring it

9 years agoMerge pull request #363 from martinseener/ticket/1306-apt_force_fails_if_new_package_...
Morgan Haskel [Wed, 24 Sep 2014 21:58:13 +0000 (14:58 -0700)]
Merge pull request #363 from martinseener/ticket/1306-apt_force_fails_if_new_package_asks_how_to_handle_changed_config_files

apt::force: Added 2 parameters for automatic configuration file handling...

9 years agoapt::force: Added 2 parameters for automatic configuration file handling; fixes ...
Martin Seener [Fri, 5 Sep 2014 08:14:08 +0000 (10:14 +0200)]
apt::force: Added 2 parameters for automatic configuration file handling; fixes #modules-1306

when updating or installing newer packages with apt::force and you have changed previous
configuration files aptitude or apt-get will prompt what to do. You can suppress that
by pre-define the action with cfg_files parameter (new, old or unchanged and its backward
compatible if not defined). With a second optional parameter cfg_missing you can force
your provider to install missing configuration files as well.

Signed-off-by: Martin Seener <martin@seener.de>
apt::force: Changed selectors used in force.pp to case statements; refs #module-1306

Signed-off-by: Martin Seener <martin@seener.de>
apt::force: rspec: fixed the failing tests and added validate_re for cfg_files and validate_bool for cfg_missing. Also removed default values for both case statements and only allow pre-defined values or true/false. Furthermore enhanced the README refs #module-1306

Was able to fix the failing rspec tests for the patch.
Thanks to Morgan Haskel.

Signed-off-by: Martin Seener <martin@seener.de>
Despite the puppetlabs-stdlib documentation says validation_re supports 3 arguments the tests failed telling that only 2 are supported. Fixed this by removing the 3 optional argument; refs #modules-1306

Signed-off-by: Martin Seener <martin.seener@barzahlen.de>
apt::force: updated readme refs #module-1306

Signed-off-by: Martin Seener <martin@seener.de>
9 years agoMerge pull request #362 from jbondpdx/apt-readme
Travis Fields [Wed, 17 Sep 2014 16:06:38 +0000 (09:06 -0700)]
Merge pull request #362 from jbondpdx/apt-readme

MODULES-1259: added info on apt::update + edits to readme.md

9 years agoMODULES-1259: added info on apt::update + edits to readme.md
jbondpdx [Tue, 16 Sep 2014 23:51:24 +0000 (16:51 -0700)]
MODULES-1259: added info on apt::update + edits to readme.md

Added apt::update information to the Readme file. Also general copy editing throughout for clarity and consistent style.

9 years agoMerge pull request #360 from mhaskel/test
Morgan Haskel [Mon, 15 Sep 2014 21:27:27 +0000 (14:27 -0700)]
Merge pull request #360 from mhaskel/test

Merge 1.6.x into master

9 years agoMerge branch '1.6.x' into test
Morgan Haskel [Fri, 12 Sep 2014 21:24:49 +0000 (17:24 -0400)]
Merge branch '1.6.x' into test

9 years agoMerge pull request #359 from haus/ticket/master/doc_1230_update_example_keys
Daniele Sluijters [Wed, 10 Sep 2014 20:25:17 +0000 (22:25 +0200)]
Merge pull request #359 from haus/ticket/master/doc_1230_update_example_keys

(DOC-1230) Update all short key examples to use the long key id

9 years ago(DOC-1230) Update all short key examples to use the long key id
Matthaus Owens [Wed, 10 Sep 2014 20:21:07 +0000 (13:21 -0700)]
(DOC-1230) Update all short key examples to use the long key id

9 years agoMerge pull request #357 from cmurphy/unpin-puppetlint
Daniele Sluijters [Mon, 8 Sep 2014 09:09:24 +0000 (11:09 +0200)]
Merge pull request #357 from cmurphy/unpin-puppetlint

Unpin puppet-lint

9 years agoUnpin puppet-lint
Colleen Murphy [Sun, 7 Sep 2014 18:12:28 +0000 (11:12 -0700)]
Unpin puppet-lint

The issues associated with the 1.0.0 release of puppet-lint have been
resolved.

9 years agoMerge pull request #350 from cmurphy/master
Daniele Sluijters [Sun, 7 Sep 2014 09:56:32 +0000 (11:56 +0200)]
Merge pull request #350 from cmurphy/master

Remove Puppet 2.7 from travis matrix

9 years agoMerge pull request #353 from Smartesting/add-support-for-linuxmint-operatingsystem
Daniele Sluijters [Sun, 7 Sep 2014 09:56:08 +0000 (11:56 +0200)]
Merge pull request #353 from Smartesting/add-support-for-linuxmint-operatingsystem

add support for LinuxMint operating system

9 years agoMerge pull request #356 from digitalmediacenter/fix_puppet_lint_errors
Daniele Sluijters [Fri, 5 Sep 2014 17:23:01 +0000 (19:23 +0200)]
Merge pull request #356 from digitalmediacenter/fix_puppet_lint_errors

Fix some Puppet Lint errors

9 years agoFix some Puppet Lint errors
Matthias Baur [Fri, 5 Sep 2014 16:51:39 +0000 (18:51 +0200)]
Fix some Puppet Lint errors

9 years agoPrefer `if/else` over `?` selector with `default`
Christophe Bliard [Fri, 29 Aug 2014 14:57:09 +0000 (16:57 +0200)]
Prefer `if/else` over `?` selector with `default`

9 years agoadd support for LinuxMint operating system
Christophe Bliard [Fri, 29 Aug 2014 14:23:21 +0000 (16:23 +0200)]
add support for LinuxMint operating system

9 years agoMerge pull request #352 from mhaskel/spec_helper_updates
Ashley Penney [Thu, 28 Aug 2014 21:39:56 +0000 (17:39 -0400)]
Merge pull request #352 from mhaskel/spec_helper_updates

Only call install_* methods once

9 years agoOnly call install_* methods once
Morgan Haskel [Thu, 28 Aug 2014 15:16:09 +0000 (11:16 -0400)]
Only call install_* methods once

9 years agoPin puppet-lint to 0.3.2
Colleen Murphy [Tue, 19 Aug 2014 20:45:39 +0000 (13:45 -0700)]
Pin puppet-lint to 0.3.2

9 years agoAdd testing on Ruby 1.8.7 with Puppet 3 to travis.yml
Colleen Murphy [Tue, 19 Aug 2014 17:50:58 +0000 (10:50 -0700)]
Add testing on Ruby 1.8.7 with Puppet 3 to travis.yml

9 years agoRemove Puppet 2.7 from travis matrix
Colleen Murphy [Tue, 19 Aug 2014 17:17:42 +0000 (10:17 -0700)]
Remove Puppet 2.7 from travis matrix

9 years agoMerge pull request #347 from mhaskel/hiera_fix 1.6.0
Ashley Penney [Tue, 12 Aug 2014 20:14:31 +0000 (16:14 -0400)]
Merge pull request #347 from mhaskel/hiera_fix

Don't hardcode /etc/puppet as the puppetpath.

9 years agoDon't hardcode /etc/puppet as the puppetpath.
Morgan Haskel [Tue, 12 Aug 2014 20:10:36 +0000 (16:10 -0400)]
Don't hardcode /etc/puppet as the puppetpath.

9 years agoMerge pull request #346 from mhaskel/1.6_test_fixes
Hunter Haugen [Tue, 12 Aug 2014 18:17:57 +0000 (11:17 -0700)]
Merge pull request #346 from mhaskel/1.6_test_fixes

Clean up test failures

9 years agoClean up test failures
Morgan Haskel [Tue, 12 Aug 2014 17:39:22 +0000 (13:39 -0400)]
Clean up test failures

9 years agoMerge pull request #345 from mhaskel/merge_1.5.x_changes
Ashley Penney [Tue, 12 Aug 2014 16:48:44 +0000 (12:48 -0400)]
Merge pull request #345 from mhaskel/merge_1.5.x_changes

Merge 1.5.x changes

9 years agoMissed test refactoring in CHANGELOG
Morgan Haskel [Tue, 12 Aug 2014 16:12:21 +0000 (12:12 -0400)]
Missed test refactoring in CHANGELOG

9 years agoCleaned up unit tests.
Morgan Haskel [Thu, 31 Jul 2014 22:11:57 +0000 (18:11 -0400)]
Cleaned up unit tests.

9 years agoCleaned up acceptance tests
Morgan Haskel [Wed, 30 Jul 2014 23:54:28 +0000 (19:54 -0400)]
Cleaned up acceptance tests

A lot of the tests were testing things that really should be tested via
unit tests, so those were deleted and unit tests will be revamped to
make sure they are covering everything they need to be covering.

Conflicts:
spec/acceptance/unattended_upgrade_spec.rb

9 years agoSometimes killing apt is too aggressive.
Morgan Haskel [Mon, 11 Aug 2014 19:56:32 +0000 (15:56 -0400)]
Sometimes killing apt is too aggressive.

9 years ago1.5.3 prep
Morgan Haskel [Fri, 8 Aug 2014 13:42:35 +0000 (09:42 -0400)]
1.5.3 prep

9 years agoUpdate .sync.yml to support new .travis.yml configs
Colleen Murphy [Fri, 27 Jun 2014 16:27:52 +0000 (09:27 -0700)]
Update .sync.yml to support new .travis.yml configs

9 years agoAdd configuration file for modulesync
Colleen Murphy [Wed, 25 Jun 2014 23:33:47 +0000 (16:33 -0700)]
Add configuration file for modulesync

https://github.com/puppetlabs/modulesync

9 years agoMerge branch '1.6.x' of github.com:puppetlabs/puppetlabs-apt into 1.6.x
Morgan Haskel [Thu, 7 Aug 2014 18:52:17 +0000 (14:52 -0400)]
Merge branch '1.6.x' of github.com:puppetlabs/puppetlabs-apt into 1.6.x

9 years agoPrep for 1.6.0 release.
Morgan Haskel [Fri, 25 Jul 2014 22:20:06 +0000 (18:20 -0400)]
Prep for 1.6.0 release.

9 years agoMerge pull request #339 from mhaskel/test_overhaul
Ashley Penney [Wed, 6 Aug 2014 16:25:14 +0000 (12:25 -0400)]
Merge pull request #339 from mhaskel/test_overhaul

Test overhaul

9 years agoCleaned up unit tests.
Morgan Haskel [Thu, 31 Jul 2014 22:11:57 +0000 (18:11 -0400)]
Cleaned up unit tests.

9 years agoCleaned up acceptance tests
Morgan Haskel [Wed, 30 Jul 2014 23:54:28 +0000 (19:54 -0400)]
Cleaned up acceptance tests

A lot of the tests were testing things that really should be tested via
unit tests, so those were deleted and unit tests will be revamped to
make sure they are covering everything they need to be covering.

9 years agoMerge pull request #333 from wilman0/master
Morgan Haskel [Thu, 31 Jul 2014 16:58:20 +0000 (12:58 -0400)]
Merge pull request #333 from wilman0/master

Fix for debian/ubuntu hold and a way to add debian src only

9 years agoUpdate hold.pp
wilman0 [Fri, 18 Jul 2014 08:51:32 +0000 (10:51 +0200)]
Update hold.pp

fix for default debian installations

all files in /etc/apt/preferences without _ will be silently ignore according to debian manpage. Addionally its not a good idea to write versionnumber in filename cause there is no way to delete this files if you increase versionumber

Update source_spec.rb

add a way to include debsrc only (useful for debian/ubuntu build server ... jenkins ect)

Update source_spec.rb

var rename

Update source.list.erb

add include_deb "switch"

Update source.pp

"include_deb" defaultvalue = true

Update hold_spec.rb

change the name of the preferences file (hold)

Update source_spec.rb

Update README.md

Doku: 'include_deb' included next to 'include_src' in examples

Update README.md

typo

9 years agoMerge pull request #336 from mhaskel/fix_acceptance_tests
Ashley Penney [Wed, 30 Jul 2014 19:09:40 +0000 (15:09 -0400)]
Merge pull request #336 from mhaskel/fix_acceptance_tests

Debian seems to have hanging apt-get and/or dpkg processes, so kill

9 years agoMerge pull request #330 from dantman/master
Morgan Haskel [Wed, 30 Jul 2014 18:44:51 +0000 (14:44 -0400)]
Merge pull request #330 from dantman/master

Fix inconsistent $proxy_host handling in apt and apt::ppa.

9 years agoDebian seems to have hanging apt-get and/or dpkg processes, so kill
Morgan Haskel [Wed, 30 Jul 2014 18:40:20 +0000 (14:40 -0400)]
Debian seems to have hanging apt-get and/or dpkg processes, so kill
those.

9 years agoMerge pull request #335 from mhaskel/fix_acceptance_tests
Ashley Penney [Wed, 30 Jul 2014 16:06:08 +0000 (12:06 -0400)]
Merge pull request #335 from mhaskel/fix_acceptance_tests

Fix broken acceptance tests.

9 years agoFix broken acceptance tests.
Morgan Haskel [Wed, 30 Jul 2014 16:03:09 +0000 (12:03 -0400)]
Fix broken acceptance tests.

New fact was added that matched a regex breaking the always_apt_update
tests.  Updated the tests to check for the apt_update exec, not just the
string apt_update.

9 years agoMerge pull request #329 from spuder/spuder/lsbdist
Morgan Haskel [Tue, 29 Jul 2014 23:24:30 +0000 (19:24 -0400)]
Merge pull request #329 from spuder/spuder/lsbdist

Adds check to params.pp if lab-release is not installed

9 years agoPrep for 1.6.0 release.
Morgan Haskel [Fri, 25 Jul 2014 22:20:06 +0000 (18:20 -0400)]
Prep for 1.6.0 release.

9 years agoMerge pull request #334 from mhaskel/1.5.x-merge
Ashley Penney [Fri, 25 Jul 2014 15:56:43 +0000 (11:56 -0400)]
Merge pull request #334 from mhaskel/1.5.x-merge

1.5.x merge

9 years agoMerge remote-tracking branch 'upstream/1.5.x'
Morgan Haskel [Fri, 25 Jul 2014 15:53:53 +0000 (11:53 -0400)]
Merge remote-tracking branch 'upstream/1.5.x'

9 years agoMerge pull request #332 from zacharyalexstern/fix_readme_typo
Daniele Sluijters [Thu, 17 Jul 2014 06:42:06 +0000 (08:42 +0200)]
Merge pull request #332 from zacharyalexstern/fix_readme_typo

Fix readme typo.

9 years agoFix readme typo.
Zachary Alex Stern [Wed, 16 Jul 2014 22:01:02 +0000 (15:01 -0700)]
Fix readme typo.

9 years agoMerge pull request #331 from apenney/152-release 1.5.2
Travis Fields [Tue, 15 Jul 2014 16:12:52 +0000 (09:12 -0700)]
Merge pull request #331 from apenney/152-release

Prepare a 1.5.2 release.

9 years agoPrepare a 1.5.2 release.
Ashley Penney [Tue, 15 Jul 2014 15:32:58 +0000 (11:32 -0400)]
Prepare a 1.5.2 release.

9 years agoFix mistake in my 0c2329b implementation.
Daniel Friesen [Fri, 11 Jul 2014 21:33:15 +0000 (14:33 -0700)]
Fix mistake in my 0c2329b implementation.

9 years agoFix inconsistent $proxy_host handling in apt and apt::ppa.
Daniel Friesen [Thu, 10 Jul 2014 23:38:45 +0000 (16:38 -0700)]
Fix inconsistent $proxy_host handling in apt and apt::ppa.

- The default for $proxy_host is undef
- apt considers $proxy_set to be absent if $proxy_host is undef
- apt::ppa considers proxy_env to be empty if $proxy_host is false or ''

This results in apt::ppa to consider $proxy_host to be set when the default undef is used
breaking ppa resources because $proxy_env becomes:
  [http_proxy=http://:8080, https_proxy=http://:8080]

Fix this by making both apt and apt::ppa consider $proxy_host to be unset when it is
any of false, '', or undef.

9 years agoAdds check to params.pp if lab-release is not installed
Spencer Owen [Thu, 10 Jul 2014 17:48:54 +0000 (11:48 -0600)]
Adds check to params.pp if lab-release is not installed
Adds spec test

If lab-release is not installed, then the end user sees a confusing/ vague message
Error: Unsupported lsbdistid () at /modules/apt/manifests/params.pp:52
It is common for docker containers to not include this package by default

After fix, the user sees a friendlier message if lab-release is not installed
Error: Unable to determine lsbdistid, is lsb-release installed? at /modules/apt/manifests/params.pp:52

9 years agoMerge pull request #328 from mhaskel/1.5.1-prep 1.5.1
Hunter Haugen [Wed, 9 Jul 2014 23:50:42 +0000 (16:50 -0700)]
Merge pull request #328 from mhaskel/1.5.1-prep

1.5.1 prep.

9 years ago1.5.1 prep.
Morgan Haskel [Wed, 9 Jul 2014 23:34:12 +0000 (19:34 -0400)]
1.5.1 prep.

9 years agoMerge pull request #327 from adik/master
Daniele Sluijters [Wed, 9 Jul 2014 14:15:26 +0000 (16:15 +0200)]
Merge pull request #327 from adik/master

MODULES-780 Don't blow up on unicode characters.

9 years agoMODULES-780 Don't blow up on unicode characters.
Arkady Smirnov [Wed, 9 Jul 2014 11:06:40 +0000 (14:06 +0300)]
MODULES-780 Don't blow up on unicode characters.

10 years agoUpdate builddep.pp
Dave [Sun, 6 Jul 2014 03:09:06 +0000 (12:09 +0900)]
Update builddep.pp

10 years agoMerge pull request #324 from cmurphy/master
Ashley Penney [Thu, 3 Jul 2014 21:43:27 +0000 (17:43 -0400)]
Merge pull request #324 from cmurphy/master

Add validate and lint tasks to travis script

10 years agoMerge pull request #325 from apenney/merge
Hunter Haugen [Thu, 3 Jul 2014 17:10:10 +0000 (10:10 -0700)]
Merge pull request #325 from apenney/merge

Merge

10 years agoMerge branch '1.5.x' into merge
Ashley Penney [Thu, 3 Jul 2014 17:08:11 +0000 (13:08 -0400)]
Merge branch '1.5.x' into merge

Conflicts:
Gemfile
spec/acceptance/apt_key_provider_spec.rb

10 years agoAdd validate and lint tasks to travis script
Colleen Murphy [Thu, 3 Jul 2014 16:53:35 +0000 (09:53 -0700)]
Add validate and lint tasks to travis script

10 years agoMerge pull request #323 from cmurphy/master
Hunter Haugen [Mon, 30 Jun 2014 19:07:27 +0000 (12:07 -0700)]
Merge pull request #323 from cmurphy/master

Update Gemfile for .travis.yml defaults

10 years agoUpdate Gemfile for .travis.yml defaults
Colleen Murphy [Mon, 30 Jun 2014 17:57:45 +0000 (10:57 -0700)]
Update Gemfile for .travis.yml defaults

10 years agoMerge pull request #322 from cmurphy/master
Daniele Sluijters [Mon, 30 Jun 2014 16:59:10 +0000 (18:59 +0200)]
Merge pull request #322 from cmurphy/master

Synchronize .travis.yml

10 years agoSynchronize .travis.yml
Colleen Murphy [Fri, 27 Jun 2014 17:52:08 +0000 (10:52 -0700)]
Synchronize .travis.yml

10 years agoUpdate .sync.yml to support new .travis.yml configs
Colleen Murphy [Fri, 27 Jun 2014 16:27:52 +0000 (09:27 -0700)]
Update .sync.yml to support new .travis.yml configs

10 years agoMerge pull request #321 from raoulbhatia/squeeze-lts
Daniele Sluijters [Fri, 27 Jun 2014 15:41:50 +0000 (17:41 +0200)]
Merge pull request #321 from raoulbhatia/squeeze-lts

Enable auto-update for Debian squeeze-lts

10 years agoMerge pull request #319 from cloudbuy/master
Daniele Sluijters [Fri, 27 Jun 2014 12:28:19 +0000 (14:28 +0200)]
Merge pull request #319 from cloudbuy/master

add facts showing available updates

10 years agoadd facts showing available updates
Damien Churchill [Thu, 26 Jun 2014 13:50:11 +0000 (14:50 +0100)]
add facts showing available updates

Making use of the apt-check command from the 'update-notifier-common'
package (if available) display the number of available updates, number of
security updates as well as the update package names.

10 years agoEnable auto-update for Debian squeeze-lts
Raoul Bhatia [Thu, 26 Jun 2014 18:03:04 +0000 (20:03 +0200)]
Enable auto-update for Debian squeeze-lts

Quoting https://wiki.debian.org/LTS

Official security support for Debian GNU/Linux 6.0
(code name "Squeeze") has ended on 31 May 2014.
However long term support for the distribution
is going to be extended until February 2016,
i.e. five years after the initial release.

See https://wiki.debian.org/LTS for more details.

10 years agoMerge pull request #318 from daenney/unicode-fix
Morgan Haskel [Thu, 26 Jun 2014 17:55:38 +0000 (13:55 -0400)]
Merge pull request #318 from daenney/unicode-fix

MODULES-780 Don't blow up on unicode characters.

10 years agoMerge pull request #316 from cmurphy/master
Ashley Penney [Thu, 26 Jun 2014 17:53:18 +0000 (13:53 -0400)]
Merge pull request #316 from cmurphy/master

Start synchronizing module files

10 years agoMODULES-780 Don't blow up on unicode characters.
Daniele Sluijters [Thu, 26 Jun 2014 12:26:02 +0000 (14:26 +0200)]
MODULES-780 Don't blow up on unicode characters.

Gotta love the difference between Ruby 1.8.7 not caring and every
subsequent version exploding.

10 years agoMerge pull request #304 from innyso/allow_url_for_key_server
Daniele Sluijters [Thu, 26 Jun 2014 12:29:36 +0000 (14:29 +0200)]
Merge pull request #304 from innyso/allow_url_for_key_server

Allow url for key server

10 years agoSync files
Colleen Murphy [Thu, 26 Jun 2014 00:23:12 +0000 (17:23 -0700)]
Sync files

10 years agoAdd configuration file for modulesync
Colleen Murphy [Wed, 25 Jun 2014 23:33:47 +0000 (16:33 -0700)]
Add configuration file for modulesync

https://github.com/puppetlabs/modulesync

10 years agoMerge pull request #315 from juniorsysadmin/apt-source-example-with-comment-parameter
Daniele Sluijters [Mon, 23 Jun 2014 06:54:38 +0000 (08:54 +0200)]
Merge pull request #315 from juniorsysadmin/apt-source-example-with-comment-parameter

Update apt::source example in README.md for #311

10 years agoUpdate apt::source example in README.md for #311
juniorsysadmin [Mon, 23 Jun 2014 02:47:52 +0000 (12:47 +1000)]
Update apt::source example in README.md for #311

This patch updates the apt::source example to include a comment (see #311)

10 years agoMerge pull request #311 from juniorsysadmin/custom-comment-for-sources-list
Morgan Haskel [Thu, 19 Jun 2014 13:50:54 +0000 (09:50 -0400)]
Merge pull request #311 from juniorsysadmin/custom-comment-for-sources-list

Allow for custom comment in sources.list file