Skip to content

Commit

Permalink
okcomputer: only check stacks mount root as dev has no bb druids
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Sep 21, 2016
1 parent b8a283f commit 525b897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/initializers/okcomputer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ def check
OkComputer::Registry.register 'rails_cache', OkComputer::GenericCacheCheck.new
end

# checks for the first part of a druid tree on the stacks mount
OkComputer::Registry.register 'stacks_mounted_dir',
DirectoryCheck.new(File.join(Settings.stacks.storage_root, 'bb'), read: true, write: true)
DirectoryCheck.new(Settings.stacks.storage_root, read: true, write: true)

OkComputer::Registry.register 'purl_url', OkComputer::HttpCheck.new(Settings.purl.url)

Expand Down

0 comments on commit 525b897

Please sign in to comment.