We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d8346 + 17592aa commit 1dfcb60Copy full SHA for 1dfcb60
CHANGELOG.md
@@ -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
6
## 2013-12-13 Release 3.0.0
7
### Summary:
8
Modulefile
@@ -1,5 +1,5 @@
name 'puppetlabs-ntp'
-version '3.0.0'
+version '3.0.1'
source 'git://github.com/puppetlabs/puppetlabs-ntp'
author 'Puppet Labs'
license 'Apache Version 2.0'
spec/acceptance/nodesets/default.yml
@@ -0,0 +1,8 @@
+HOSTS:
+ centos-64-x64.local:
+ roles:
+ - master
+ platform: el-6-i386
+ box : centos-64-x64-vbox4210-nocm
+ box_url : http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210-nocm.box
+ hypervisor : vagrant
0 commit comments