# File lib/simp/cli/config/items/data/cli_set_production_to_simp.rb, line 7 def initialize super @key = 'cli::set_production_to_simp' @description = %Q{Whether to set default Puppet environment to 'simp'. Links the 'production' environment to 'simp', after backing up the existing production environment.} @data_type = :cli_params end