Skip to content

Commit

Permalink
make sure drush is installed before we add custom commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 13, 2012
1 parent 6eb456b commit 41c6e02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/drush/manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
class drush::config {

file { "/usr/share/drush/commands/kala":
ensure => directory,
owner => root,
group => root,
mode => 755,
ensure => directory,
owner => root,
group => root,
mode => 755,
require => Class["drush::install"],
}

file { "/usr/share/drush/commands/kala/createvhost.drush.inc":
Expand Down

0 comments on commit 41c6e02

Please sign in to comment.