Skip to content

Commit 2e81565

Browse files
author
Phil Friderici
committed
Use cron_core v1.2.0 to fix an error
Error message (using 1.0.0): error during compilation: Parameter minute failed on Cron[puppet_agent_every_thirty]: Munging failed for value 23 in class minute: undefined method `=~' for 23:Integer (file: ./puppet-module-puppet/spec/fixtures/modules/puppet/manifests/init.pp, line: 62)
1 parent 694b70e commit 2e81565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fixtures:
22
repositories:
33
cron:
44
repo: 'https://github.com/puppetlabs/puppetlabs-cron_core.git'
5-
ref: '1.0.0'
5+
ref: 'v1.2.0'
66
inifile:
77
repo: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
88
ref: '1.6.0'

0 commit comments

Comments
 (0)