Closed (fixed)
Project:
Provision
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2011 at 07:21 UTC
Updated:
9 Sep 2014 at 00:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
anarcat commentedI would let omega8cc comment on that, but if you could provide a patch, that would be awesome.
Comment #2
crea commentedSure
Comment #3
omega8cc commentedWell done.
Thanks for the patch!
Comment #4
anarcat commentedawesome, thanks! pushed to 1.x and 2.x.
Comment #6
nicholas.alipaz commentedI believe this may not actually be fixed in Provision 2.x. I have an nginx server that seems unaffected by the
<?php print $extra_config; ?>in the two aforementioned files.The locations of these differ from the patch from what I can tell.
/var/aegir/.drush/provision/http/Provision/Config/Nginx/for me.Comment #7
omega8cc commentedAre you aware that since 2.x and introduction of Drush 5 and now Drush 6, you have to clear Drush own cache before any extra file will be really used/visible to Drush and thus Provision via this method?
Comment #8
omega8cc commentedThis particular issue has been fixed. Please open new issue if you experience problems.
Comment #9
nicholas.alipaz commentedActually, false alarm, a drush cc drush fixed it. Sorry for the noise.