From 628165fd0a4e03bb7bbef3a464447924195e10b8 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 23 Oct 2012 03:53:06 -0700 Subject: added a bunch of new commands, including init-node and deploy --- lib/leap_cli/commands/clean.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/leap_cli/commands/clean.rb') diff --git a/lib/leap_cli/commands/clean.rb b/lib/leap_cli/commands/clean.rb index ed9c901..8847b7d 100644 --- a/lib/leap_cli/commands/clean.rb +++ b/lib/leap_cli/commands/clean.rb @@ -4,11 +4,11 @@ module LeapCli desc 'Removes all files generated with the "compile" command' command :clean do |c| c.action do |global_options,options,args| - Dir.glob(named_path(:hiera, '*')).each do |file| + Dir.glob(path([:hiera, '*'])).each do |file| remove_file! file end - remove_file! named_path(:authorized_keys) - remove_file! named_path(:known_hosts) + remove_file! path(:authorized_keys) + remove_file! path(:known_hosts) end end -- cgit v1.2.3