From 949981ff5c0aca3efb73d35c844d97990802edd4 Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Mon, 29 Oct 2012 20:24:35 -0700 Subject: [PATCH] Update Modulefile for 1.0.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This commit increments the version number to 1.0.0 for a new Puppet Forge release. Version 1.0.0 is a backwards incompatible release of puppetlabs-apt. The major change is to the apt::backports class which had its repos property modified on Ubuntu systems to include the main repository in addition to universe, multiverse & restricted. Additionally, the following bug fixes or minor enhancements were introduced: * Cleanup of style, variable scope and bug fixes. * Exec resources now set the `logoutput` parameter to on_failure. * Adds a timeout parameter to the apt::force defined resource type * Allow pinning on version numbers in apt::pin * Allow optional order parameter to apt::pin * Allow ability to fill in pin explanation Contributions were provided by the following fine folk: Nan Liu Anton Lindström ytjohn Steffen Zieger Erik Dalén Jonathan Araña Cruz sathlan Branan Purvine-Riley Alexander Menk --- Modulefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 5dfa9e6..64a896f 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-apt' -version '0.0.4' +version '1.0.0' source 'https://github.com/puppetlabs/puppetlabs-apt' author 'Evolving Web / Puppet Labs' license 'Apache License 2.0' @@ -8,4 +8,4 @@ description 'APT Module for Puppet' project_page 'https://github.com/puppetlabs/puppetlabs-apt' ## Add dependencies, if any: -dependency 'puppetlabs/stdlib', '>= 2.2.1' +dependency 'puppetlabs/stdlib', '2.x' -- 2.45.2