Class: Bolt::ProjectMigrator::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/bolt/project_migrator/config.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Bolt::ProjectMigrator::Base

Instance Method Details

#migrate(config_file, project_file, inventory_file, backup_dir) ⇒ Object



8
9
10
# File 'lib/bolt/project_migrator/config.rb', line 8

def migrate(config_file, project_file, inventory_file, backup_dir)
  bolt_yaml_to_bolt_project(config_file, project_file, inventory_file, backup_dir)
end