Open marsbard opened 9 years ago
It's interesting but I'm not sure that opening the issue again is useful, there is a comment:
As a temporary work-around upgrading to puppetlabs-apache 1.4.1 which correctly pins to concat < 2.0.0 should resolve the issue. This seems to be some sort of interaction between the puppetlabs-apache module and PE specifically (works fine on Puppet open source), and will need further investigation before the apache module supports concat 2.0.0.
but we are using puppetlabs-apache 1.4.1 and it doesn't pin to concat < 2.0.0. Perhaps I could force concat < 2.0.0 but at some point it will need to be revisited probably. Is it better than what we have already, which is to check if one of the files it creates is on the system and skip apache config if it is? Hard to say.
fair enough, so this would be if we moved to puppet 2, will close it for now. cheers
ah well I was just working on it, so I will reopen it for now to see if pinning to concat 1.2.2 fixes
fixed in e530e38
Maybe we can revisit this and see if it's still necessary to pin the version?
I think this is due to being called twice when it's not supposed to be. Or something. Successive applications seem to alternately have the error, then not.