dev/provisioning/modules/drush/manifests/cacheclear.pp
changeset 410 240ca282331d
parent 353 bf1bc6b08c46
equal deleted inserted replaced
409:8371c99c7947 410:240ca282331d
     7   }
     7   }
     8 
     8 
     9   # Clear drush cache on demand.
     9   # Clear drush cache on demand.
    10   exec { 'drush-cc-drush':
    10   exec { 'drush-cc-drush':
    11     command     => "${drush::drush_exe_default} cc drush",
    11     command     => "${drush::drush_exe_default} cc drush",
       
    12     environment => ["DRUSH_PHP=${drush::drush_php}"],
    12     require     => File[$drush::drush_exe_default],
    13     require     => File[$drush::drush_exe_default],
    13     refreshonly => true,
    14     refreshonly => true,
    14   }
    15   }
    15 
    16 
    16 }
    17 }