From 67ec7a9e5d72fb121de26488b370491b95b6c919 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Fri, 31 Oct 2014 08:57:55 -0400 Subject: updated docs to have better setup instructions, fixed minor bugs, added envs for admiller (amint) and tdawson (tdint). --- lib/aws_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/aws_helper.rb') diff --git a/lib/aws_helper.rb b/lib/aws_helper.rb index 8af39c834..2e90ba148 100644 --- a/lib/aws_helper.rb +++ b/lib/aws_helper.rb @@ -51,7 +51,7 @@ module OpenShift def self.clear_inventory_cache() path = "#{ENV['HOME']}/.ansible/tmp" cache_files = ["#{path}/ansible-ec2.cache", "#{path}/ansible-ec2.index"] - FileUtils.rm(cache_files) + FileUtils.rm_f(cache_files) end def self.generate_env_tag(env) -- cgit v1.2.3