Skip to content

Commit

Permalink
do the include in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Nov 7, 2013
1 parent bab82ce commit d346fe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions ci_environment/sweeper/attributes/default.rb
@@ -0,0 +1 @@
include_attribute "travis_build_environment::default"
2 changes: 0 additions & 2 deletions ci_environment/sweeper/recipes/default.rb
Expand Up @@ -24,8 +24,6 @@
# This cookbook is supposed to be the last one on the run_list.
# It cleans up unused apt packages and so on.

include_attribute "travis_build_environment::default"

execute "apt-get -y clean autoremove" do
action :run
end
Expand Down

0 comments on commit d346fe0

Please sign in to comment.