You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the systemd file defined by $service_overrides_template creates a file if not set to undef.
However, if the if conditional statement is negative, it does not remove the the file.
It should be possible to control the ensure value from the File resource
The text was updated successfully, but these errors were encountered:
tux-o-matic
changed the title
service_overrides_template Should clean up after itself
File resource service_overrides_template cannot be removed
Aug 9, 2017
Try service_overrides_template => false This will stop from creating the file.
I had to do this because this module actually breaks default Centos7.3 Docker installation. This is my workaround:
@starchx as I mentioned, the problem is that the module does not clean after itself if at some point it already created the file. So setting the value to false will not help if the file was already created previously.
Today the systemd file defined by $service_overrides_template creates a file if not set to undef.
However, if the if conditional statement is negative, it does not remove the the file.
It should be possible to control the ensure value from the File resource
The text was updated successfully, but these errors were encountered: