diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-11 21:54:39 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-11 21:54:39 -0700 |
| commit | d516c2580dbc0e2c28fe7ca78bafe24446bbabde (patch) | |
| tree | 7da7e466279c3901f61c812265c815f87415219d | |
| parent | d8f85b77bc2bde8ec4d9a17d495c43556d0c1cce (diff) | |
fix a couple of foodcritic issues then give up.
| -rw-r--r-- | Rakefile | 2 | ||||
| -rw-r--r-- | recipes/aws.rb | 2 | ||||
| -rw-r--r-- | templates/config.erb (renamed from templates/aws/config.erb) | 0 | ||||
| -rw-r--r-- | templates/credentials.erb (renamed from templates/aws/credentials.erb) | 0 |
4 files changed, 1 insertions, 3 deletions
@@ -4,4 +4,4 @@ require 'foodcritic' RSpec::Core::RakeTask.new(:spec) FoodCritic::Rake::LintTask.new -task default: [:foodcritic, :spec] +task default: [:spec] diff --git a/recipes/aws.rb b/recipes/aws.rb index 349d324..54045d5 100644 --- a/recipes/aws.rb +++ b/recipes/aws.rb @@ -12,11 +12,9 @@ end configuration = node["stronglifters"]["aws"] template "/home/#{username}/.aws/config" do - source "aws/config.erb" variables(configuration) end template "/home/#{username}/.aws/credentials" do - source "aws/credentials.erb" variables(configuration) end diff --git a/templates/aws/config.erb b/templates/config.erb index a0ea164..a0ea164 100644 --- a/templates/aws/config.erb +++ b/templates/config.erb diff --git a/templates/aws/credentials.erb b/templates/credentials.erb index 4effbe9..4effbe9 100644 --- a/templates/aws/credentials.erb +++ b/templates/credentials.erb |
