Skip to content

Commit

Permalink
adding requirement for git to rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
azizshamim committed Sep 8, 2011
1 parent dbf3bd4 commit 7c8d86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/packages/common.pp
Expand Up @@ -29,10 +29,10 @@
exec { 'install-rvm':
command => "bash /tmp/rvm",
creates => '/usr/local/rvm/bin/rvm',
require => Exec['download-rvm-install'],
require => [ Exec['download-rvm-install'], Package['git'] ],
}
file { '/tmp/rvm':
ensure => absent,
require => Exec['install-rvm'],
}
}
}

0 comments on commit 7c8d86c

Please sign in to comment.