Closed tjmullicani closed 1 year ago
Hi, based on a discussion in https://groups.io/g/voxpupuli/message/449 we decided to archive this repository. I'm going to close all issues and PRs. If you're interested in maintaining the module, please respond to our mailinglist.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
/etc/puppetlabs/code/environments/production/data/common.yaml:
/etc/puppetlabs/code/environments/production/site/profile/templates/motd.erb
What are you seeing
File is not updated between the hours of 23:00 to 00:00. I believe this is due to the following line: https://github.com/voxpupuli/puppet-system/blob/93d9c6b4c171b43ec1daba1b42ad52080b948c4d/manifests/schedules.pp#L15
If I change that line to
range => '0:00 - 23:59',
it executes correctly.What behaviour did you expect instead
File contents to be replaced with template
Output log
Any additional information you'd like to impart