public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
install rsync
mbailey (author)
Wed Oct 29 20:11:48 -0700 2008
commit  4935b6f393a05aaba85af68034f42e8176972afa
tree    5c099d9c663d18c79d7322b337e7bffdeba5445a
parent  488a54059e028028899fed7957ce6e77a526a01e
...
26
27
28
29
 
 
30
31
 
32
33
34
...
26
27
28
 
29
30
31
 
32
33
34
35
0
@@ -26,9 +26,10 @@ Capistrano::Configuration.instance(:must_exist).load do
0
           end
0
           
0
         end
0
-     
0
+      
0
+        desc "Install some handy network utils"
0
         task :net do
0
-          apps = %w(lynx nmap netcat mailx mutt telnet vim-full dnsutils)
0
+          apps = %w(lynx nmap netcat mailx mutt telnet vim-full dnsutils rsync)
0
           apt.install( {:base => apps}, :stable )
0
         end
0
         

Comments