Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Oct 5, 2013
1 parent 818712d commit ff3c194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1
* sysctl: fix quoting issue when applying settings, fixes #53 (Jeremy Kitchen)
* sysctl: fix apply=>false, was always running, fixes #56 (Trey Dockendorf)
* all: use augeas/lenses/ from Puppet's pluginsync libdir (Craig Dunn)
* sshd: create array entries before Match groups

## 1.0.0
* devel: AugeasProviders::Provider has gained a large number of helper methods
for writing providers
Expand Down
4 changes: 2 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'domcleal-augeasproviders'
version '1.0.0'
version '1.0.1'
source 'git://github.com/hercules-team/augeasproviders'
author 'domcleal'
author 'Dominic Cleal, Raphaël Pinson'
license 'Apache 2.0'
summary 'Alternative Augeas-based providers for Puppet'
description 'This module provides alternative providers for core Puppet types using the Augeas configuration API library.'
Expand Down

0 comments on commit ff3c194

Please sign in to comment.