def initialize
super
@key = 'cli::simp::scenario'
@description = %Q{SIMP scenario
'simp' = Settings for a full SIMP system. Both the SIMP server
(this host) and all clients will be running with
all security features enabled.
'simp-lite' = Settings for a SIMP system in which some security features
are disabled for SIMP clients. The SIMP server will
be running with all security features enabled.
'poss' = Settings for a SIMP system in which all security features
for the SIMP clients are disabled. The SIMP server will
be running with all security features enabled.
}
@data_type = :cli_params
end