Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Ensure landscape-client is never installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jul 12, 2012
1 parent 4b7967a commit 2c4e1f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions easybib-base/recipes/setup.rb
Expand Up @@ -14,3 +14,9 @@
include_recipe "easybib-base::awscommand"
include_recipe "easybib-base::nginxstats"
include_recipe "easybib-base::cron"

# landscape is buggy
# https://bugs.launchpad.net/ubuntu/+source/pam/+bug/805423
package "landscape-client" do
action :purge
end

0 comments on commit 2c4e1f2

Please sign in to comment.