magic_recipes 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/magic_recipes.rb +4 -2
- metadata +1 -1
data/lib/magic_recipes.rb
CHANGED
@@ -19,7 +19,6 @@ module MagicRecipes
|
|
19
19
|
default_run_options[:pty] = true
|
20
20
|
ssh_options[:forward_agent] = true
|
21
21
|
|
22
|
-
set_default :use_rvm, false # => no_rvm
|
23
22
|
|
24
23
|
def template(from, to)
|
25
24
|
erb = File.read(File.expand_path("../magic_recipes/templates/#{from}", __FILE__))
|
@@ -37,7 +36,10 @@ module MagicRecipes
|
|
37
36
|
length.times { password << chars[rand(chars.size)] }
|
38
37
|
password
|
39
38
|
end
|
40
|
-
|
39
|
+
|
40
|
+
|
41
|
+
set_default :use_rvm, false # => no_rvm
|
42
|
+
|
41
43
|
namespace :deploy do
|
42
44
|
desc "Install everything onto the server"
|
43
45
|
task :install do
|