Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2010 at 00:36 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
Sigh.
Scenario:
aegir.example.com (master Aegir server with frontend)
aegir-web1.example.com (remote web server)
On aegir master server:
/var/aegir/platforms/platform-{1,2,3}
platform-1 and platform-2 are already set up and are hosted on the master server
Created platform-3 and defined the web server to be aegir-web1.
All three platforms were synced to the remote web-1 server.
Expected behaviour: only platform-3 should be synced to the remote web server.
Comments
Comment #1
Anonymous (not verified) commentedI don't think we want
$this->sync($this->server->http_platforms_path);in the verify_server_cmd() of http.drush.inc, or at least, we want to copy the earlier examples like the vhost, where we exclude the child contents (to just ensure the directory is created)eg:
Comment #2
Anonymous (not verified) commentedFixed in git.