Version information
released Jan 25th 2017
Start using this module
Add this module to your Puppetfile:
mod 'ptomulik-backports', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
ptomulik/backports — version 0.0.2 Jan 25th 2017
ptomulik-backports
Table of Contents
Overview
Backport selected features to older versions of Puppet.
Setup
Setup Requirements
You must enable pluginsync in your puppet.conf
.
Beginning with backports
It's just enough to require
appropriate file from this module to backport
certain feature. For example, to backport a package_settings
(a feature and
property of the package
type introduced in Puppet 3.5.0) put the following
line in an appropriate place (before code that relies on this feature)
require 'puppet/backport/type/package/package_settings'
Features
Feature | Since | How to backport |
---|---|---|
type/package/package_settings |
3.5.0 | require 'puppet/backport/type/package/package_settings' |
type/package/uninstall_options |
3.0.0 | require 'puppet/backport/type/package/uninstall_options' |
Parameter::PackageOptions |
3.0.0 | require 'puppet/backport/parameter/package_options' |
Development
The project is held at github:
- https://github.com/ptomulik/puppet-backports Issue reports, patches, pull requests are welcome!
2017-01-25 Paweł Tomulik ptomulik@meil.pw.edu.pl
- release 0.0.2
- use older term-ansicolor gem for ruby < 2.0 2017-01-25 Tim Meusel @bastelfreak tim@bastelfreak.de
- add missing dependencies section 2016-09-16 Pawel Tomulik ptomulik@meil.pw.edu.pl
- release 0.0.1
- backport Puppet::Parameter::PackageOptions
- initial commit
backports - backport selected features to older puppet versions Copyright (C) 2016 Paweł Tomulik <ptomulik@meil.pw.edu.pl>. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.