diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-17 11:34:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-17 11:34:25 -0300 |
commit | 7fbeed46b58ca08b9a911efb47f64be7d01742ca (patch) | |
tree | 8e82c842cbec3ae5ec9368d9e72504f67b74af07 /bin/dependencies | |
parent | 4a043d10a1510a1692b4b9f8e6a31d290021cc31 (diff) | |
download | puppet-bootstrap-7fbeed46b58ca08b9a911efb47f64be7d01742ca.tar.gz puppet-bootstrap-7fbeed46b58ca08b9a911efb47f64be7d01742ca.tar.bz2 |
Cleanup dependencies script
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-x | bin/dependencies | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dependencies b/bin/dependencies index 7fda4fb..78ca659 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -18,7 +18,6 @@ function provision_package { } # Set sudo config -local sudo device rsync if [ "`whoami`" != 'root' ]; then sudo="sudo" fi |