]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Cleanup dependencies script
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Mar 2014 14:34:25 +0000 (11:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Mar 2014 14:34:25 +0000 (11:34 -0300)
bin/dependencies

index 7fda4fb4ce07992c4a1f45bc1cd4c4702cde226f..78ca659c08676ed61d4c5a89cfdae28552132932 100755 (executable)
@@ -18,7 +18,6 @@ function provision_package {
 }
 
 # Set sudo config
-local sudo device rsync
 if [ "`whoami`" != 'root' ]; then
   sudo="sudo"
 fi