--- !ruby/object:Gem::Specification name: foreman_salt version: !ruby/object:Gem::Version version: 0.0.3 platform: ruby authors: - Stephen Benjamin autorequire: bindir: bin cert_chain: [] date: 2014-10-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: deface requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Foreman Plug-in for Salt email: - stephen@redhat.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - app/controllers/foreman_salt/concerns/hostgroups_controller_extensions.rb - app/controllers/foreman_salt/concerns/hosts_controller_extensions.rb - app/controllers/foreman_salt/concerns/smart_proxy_auth_extensions.rb - app/controllers/foreman_salt/concerns/unattended_controller_extensions.rb - app/controllers/foreman_salt/salt_autosign_controller.rb - app/controllers/foreman_salt/salt_environments_controller.rb - app/controllers/foreman_salt/salt_keys_controller.rb - app/controllers/foreman_salt/salt_modules_controller.rb - app/helpers/concerns/foreman_salt/hosts_helper_extensions.rb - app/helpers/concerns/foreman_salt/smart_proxies_helper_extensions.rb - app/helpers/foreman_salt/salt_keys_helper.rb - app/lib/proxy_api/salt.rb - app/models/concerns/foreman_salt/host_managed_extensions.rb - app/models/concerns/foreman_salt/hostgroup_extensions.rb - app/models/concerns/foreman_salt/orchestration/salt.rb - app/models/foreman_salt/fact_name.rb - app/models/foreman_salt/salt_environment.rb - app/models/foreman_salt/salt_module.rb - app/overrides/foreman/salt_modules/_host_tab.html.erb - app/overrides/foreman/salt_modules/_host_tab_pane.html.erb - app/overrides/salt_environment_selector.rb - app/overrides/salt_modules_selector.rb - app/overrides/salt_proxy_selector.rb - app/services/foreman_salt/fact_importer.rb - app/services/foreman_salt/smart_proxies/salt_keys.rb - app/views/foreman_salt/salt_autosign/_form.html.erb - app/views/foreman_salt/salt_autosign/index.html.erb - app/views/foreman_salt/salt_autosign/new.html.erb - app/views/foreman_salt/salt_environments/_form.html.erb - app/views/foreman_salt/salt_environments/edit.html.erb - app/views/foreman_salt/salt_environments/index.html.erb - app/views/foreman_salt/salt_environments/new.html.erb - app/views/foreman_salt/salt_keys/index.erb - app/views/foreman_salt/salt_modules/_form.html.erb - app/views/foreman_salt/salt_modules/edit.html.erb - app/views/foreman_salt/salt_modules/index.html.erb - app/views/foreman_salt/salt_modules/new.html.erb - config/routes.rb - db/migrate/20140813081913_add_salt_proxy_to_host_and_host_group.rb - db/migrate/20140817210214_create_salt_modules.rb - db/migrate/20140829210214_add_salt_modules_to_hostgroups.rb - db/migrate/20140920232200_create_salt_environments.rb - db/seeds.d/75-salt-seeds.rb - lib/foreman_salt.rb - lib/foreman_salt/engine.rb - lib/foreman_salt/version.rb - lib/tasks/foreman_salt_tasks.rake - test/factories/foreman_salt_factories.rb - test/functional/hosts_controller_test.rb - test/integration/salt_autosign_test.rb - test/integration/salt_environment_test.rb - test/integration/salt_keys_test.rb - test/integration/salt_module_test.rb - test/test_plugin_helper.rb - test/unit/grains_centos.json - test/unit/grains_importer_test.rb - test/unit/host_extensions_test.rb - test/unit/hostgroup_extensions_test.rb - test/unit/salt_keys_test.rb - test/unit/salt_modules_test.rb homepage: http://github.com/theforeman/foreman_salt licenses: - GPL-3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Foreman Plug-in for Salt test_files: - test/factories/foreman_salt_factories.rb - test/unit/host_extensions_test.rb - test/unit/salt_keys_test.rb - test/unit/grains_importer_test.rb - test/unit/hostgroup_extensions_test.rb - test/unit/salt_modules_test.rb - test/unit/grains_centos.json - test/functional/hosts_controller_test.rb - test/integration/salt_autosign_test.rb - test/integration/salt_keys_test.rb - test/integration/salt_environment_test.rb - test/integration/salt_module_test.rb - test/test_plugin_helper.rb