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

Latest commit

 

History

History
33 lines (19 loc) · 815 Bytes

UPGRADING.md

File metadata and controls

33 lines (19 loc) · 815 Bytes

Upgrade instructions

From 1.2.2 to 2.0.0

Class: cups

Attribute confdir

The attribute was removed without alternative. The module now only supports /etc/cups as CUPS configuration directory.

Attribute hiera

The attribute was removed. Refactor to use resources. See the Hiera example for more information.

Attribute packages

The attribute was renamed to package_names. Package management can now be disabled using package_manage => false.

Attribute services

The attribute was renamed to service_names. service management can now be disabled using service_manage => false.

Attribute webinterface

The attribute was renamed to web_interface.

Define cups::ctl

The define cups::ctl was removed without alternative.