Darren Birkett

Results 11 comments of Darren Birkett

Just noted that I have to rewind both instances of the resource to get the desired result: ``` include_recipe 'apache2' rewind... include_recipe 'apache2::mod_ssl' rewind...(exactly the same as the previous rewind...

Hi @thommay I don't think this is a dupe of that issue, for which the fix is unrelated to chef-rewind.

Yeah they add parsing of option 121 to udhcpd: https://bugs.launchpad.net/cirros/+bug/1190372 Nice.

@odyssey4me you mean this?: http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img

_shrug_ I guess they decided to host all but the source on download.cirros-cloud.net from 0.31 onwards

Upstream issue is here: https://tickets.opscode.com/browse/COOK-4161

Hi @Simna123 What exactly isn't working for you? If you could provide a little more information (logs, errors etc) it would aid us in getting to the bottom of your...

Hi @odyssey4me Yeah looks like we were doing the rewinds and dropping our own ports.conf template because, prior to this https://github.com/opscode-cookbooks/apache2/commit/08a20f200a30f046e50074650a6e6d0a45dd9460#diff-9a0bc5b0a917e87d68786a798af7e57b there was no way in the apache2 cookbook ports.conf...

The problem with cloned resources and chef-rewind, is that chef-rewind will only find and edit the first instance of the resource that it finds in the resource collection. chef-rewind in...

@claco I disconcur. cloning is the problem here. We edit one instance of the template resource to use the correct template (with listen IP:port), but the other resource does not...