Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Finalize release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leoarnold committed May 24, 2016
1 parent 6ccf0b9 commit eff40f2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile linguist-vendored
Rakefile linguist-vendored
/.mdl/* linguist-vendored
/spec/* linguist-vendored
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2016-05-24 - Maintenance release 1.2.2

Published at [Puppet Forge](https://forge.puppet.com/leoarnold/cups/1.2.2)
and [GitHub](https://github.com/leoarnold/puppet-cups/releases/tag/1.2.2).

### Summary

This release fixes package installation on Debian derivatives shipping with CUPS 2.x.

### Changes

- On Debian derivatives shipping with CUPS 2.x, the package `cups-ipp-utils` will now be installed automatically
- Acceptance tests were adapted to work on Ruby 2.x

## 2016-05-17 - Maintenance release 1.2.1

Published at [Puppet Forge](https://forge.puppet.com/leoarnold/cups/1.2.1)
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,17 +336,7 @@ The corresponding `cups_queue` properties are:

* `enabled`: Should pending jobs be sent to the device or kept pending?

If you want your print queues to "just work", you should set both to `true` by default using

```puppet
# Default values for all 'cups_queue' resources in the current scope:
# Use 'Cups_queue' with upper case first letter and without resource name
Cups_queue {
accepting => 'true',
enabled => 'true',
}
```

If you want your print queues to "just work", you should set both to `true`.
This module does not set default values by itself, since it might be of disadvantage in a professional copy shop environment.

**Option defaults:**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoarnold-cups",
"version": "1.2.1",
"version": "1.2.2",
"author": "Leo Arnold",
"summary": "Puppet module for the Common Unix Printing System (CUPS)",
"license": "MIT",
Expand Down

0 comments on commit eff40f2

Please sign in to comment.