Skip to content

Commit 08b00d9

Browse files
author
Ashley Penney
committed
Merge pull request #254 from apenney/421
Prepare a 4.2.1 release.
2 parents 04fa5a0 + 14c9155 commit 08b00d9

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2014-05-08 - Release - 4.2.1
2+
### Summary
3+
This release moves a stray symlink that can cause problems.
4+
15
## 2014-05-08 - Release - 4.2.0
26
### Summary
37
This release adds many new functions and fixes, and continues to be backwards compatible with stdlib 3.x

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-stdlib'
2-
version '4.2.0'
2+
version '4.2.1'
33
source 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
44
author 'puppetlabs'
55
license 'Apache 2.0'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393
],
9494
"name": "puppetlabs-stdlib",
95-
"version": "4.2.0",
95+
"version": "4.2.1",
9696
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
9797
"author": "puppetlabs",
9898
"license": "Apache 2.0",

spec/acceptance/nodesets/centos-65-x64.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

spec/acceptance/nodesets/default.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
HOSTS:
2+
centos-65-x64:
3+
roles:
4+
- master
5+
platform: el-6-x86_64
6+
box : centos-65-x64-vbox436-nocm
7+
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-65-x64-virtualbox-nocm.box
8+
hypervisor : vagrant
9+
CONFIG:
10+
type: foss

0 commit comments

Comments
 (0)