Project

General

Profile

« Previous | Next » 

Revision e28a0361

Added by Eric Helms almost 10 years ago

Refs #5029: Updates for initial org and location in Foreman.

View differences:

lib/katello/tasks/setup.rake
task :reset => ['environment'] do
ENV['SEED_ADMIN_PASSWORD'] ||= 'changeme'
ENV['SEED_ORGANIZATION'] ||= 'Default Organization'
ENV['SEED_LOCATION'] ||= 'Default Location'
Rake::Task['katello:reset_backends'].invoke
Rake::Task['db:drop'].invoke
Rake::Task['db:create'].invoke

Also available in: Unified diff