Closed (fixed)
Project:
Drush Puppet Module
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2013 at 19:06 UTC
Updated:
23 Aug 2013 at 22:11 UTC
(per comment #2 by @ergonlogic in #2072873: Aegir::Extras doesn't work due to old variables:)
...unless we specify the site path, there's no way to tell puppet which directory was created by downloading the module (thus stopping it from trying to download it again.)
We could add an 'unless' clause to drush::dl that does something like:
drush ${site_alias} pm-list | grep ${name}
And similarly for drush::en:
drush ${site_alias} pm-list --status=enabled | grep ${name}
Comments
Comment #1
m.stentaSee branch "dev/2072901": http://drupalcode.org/project/puppet-drush.git/shortlog/refs/heads/dev/2...
Comment #2
m.stentaFixed!