Skip to content

Commit 1dfcb60

Browse files
author
Ashley Penney
committed
Merge pull request #118 from apenney/3.0.1-release
Prepare a 3.0.1 release.
2 parents 76d8346 + 17592aa commit 1dfcb60

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2013-12-17 Release 3.0.1
2+
### Summary:
3+
4+
Work around a packaging bug with symlinks, no other functional changes.
5+
16
## 2013-12-13 Release 3.0.0
27
### Summary:
38

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-ntp'
2-
version '3.0.0'
2+
version '3.0.1'
33
source 'git://github.com/puppetlabs/puppetlabs-ntp'
44
author 'Puppet Labs'
55
license 'Apache Version 2.0'

spec/acceptance/nodesets/default.yml

-1
This file was deleted.

spec/acceptance/nodesets/default.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
HOSTS:
2+
centos-64-x64.local:
3+
roles:
4+
- master
5+
platform: el-6-i386
6+
box : centos-64-x64-vbox4210-nocm
7+
box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
8+
hypervisor : vagrant

0 commit comments

Comments
 (0)