# File lib/simp/cli/config/items/data/cli_is_simp_environment_installed.rb, line 8 def initialize super @key = 'cli::is_simp_environment_installed' @description = %q{Whether the SIMP modules are already installed in the Puppet environments directory.} @data_type = :internal # don't persist this as it needs to be # evaluated each time simp config is run @adapter_config = '/etc/simp/adapter_config.yaml' end