Steve Traylen
Steve Traylen
Some more. * `apache::vhost::request_headers` was supported as string as well as an array however only documented as an array - so could be ignored.
Yeah those last commits need removing before this can be merged. Going to add the tag `needs-work` to this. Please remove the tag when that is done. Steve
Is there ever a need to have ? ``` require => Systemd::Unit_file['foo.service ``` on the drop file? May be easier to just avoid the problem rather than fix.
Might be better as a feature request to the Service type. ``` repair => true ``` or something.
Hi Could you rebase this. Arch support has been removed so that faling test will no longer exist. Adding a needs-rebase tag, please remove once done.
collectd is now in EPEL 9 it seems so this is good to go once comments are addressed.
> I'd also suggest we could use something like systemd::unit Doing a mega template that supports everything is pretty hard. Has been tried [here](https://github.com/voxpupuli/puppet-systemd/pull/19) and [here](https://github.com/justin8/justin8-systemd/blob/master/templates/service.erb) unit files are so...
Will change to `systemd::timer::templated` in day or two unless better idea comes up....
Possibly do https://github.com/voxpupuli/puppet-systemd/pull/288 first if the idea is sound and use that.
> Possibly do #288 first if the idea is sound and use that. Yes this will add a new section to the templates #288.