Skip to content

Commit

Permalink
Use clean here
Browse files Browse the repository at this point in the history
autoclean will leave a lot of stuff behind that we want to remove
  • Loading branch information
michaelklishin committed Oct 3, 2012
1 parent 5c9cf3c commit 93665c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/apt/recipes/default.rb
Expand Up @@ -41,7 +41,7 @@
notifies :run, resources(:execute => "apt-get update"), :immediately

# cleans up at the end of Chef run
notifies :run, resources(:execute => "apt-get -y autoclean autoremove")
notifies :run, resources(:execute => "apt-get -y clean autoremove")
end

%w{/var/cache/local /var/cache/local/preseeding}.each do |dirname|
Expand Down

0 comments on commit 93665c9

Please sign in to comment.