summaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/clean.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-18 11:58:05 -0700
committerelijah <elijah@riseup.net>2015-08-18 11:58:05 -0700
commited604349a4035eed2bccefa9aa030d93ad4f6b58 (patch)
tree333a6c5335f25935be13c1ffed82b8cc7c293df8 /lib/leap_cli/commands/clean.rb
parentcde4ae067e034e3969629f4d8da4f46daae3c351 (diff)
moved commands to leap_platform
Diffstat (limited to 'lib/leap_cli/commands/clean.rb')
-rw-r--r--lib/leap_cli/commands/clean.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/leap_cli/commands/clean.rb b/lib/leap_cli/commands/clean.rb
deleted file mode 100644
index a9afff5..0000000
--- a/lib/leap_cli/commands/clean.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-module LeapCli
- module Commands
-
- desc 'Removes all files generated with the "compile" command.'
- command :clean do |c|
- c.action do |global_options,options,args|
- Dir.glob(path([:hiera, '*'])).each do |file|
- remove_file! file
- end
- remove_file! path(:authorized_keys)
- remove_file! path(:known_hosts)
- end
- end
-
- end
-end \ No newline at end of file