foreman_salt 16.0.1 → 16.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/foreman_salt/salt_environment.rb +1 -1
- data/lib/foreman_salt/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e0e128301ee5900c260c90bc80750a764b4069a0b9469c4586acca098841333
|
4
|
+
data.tar.gz: 42a8c75b129c9ee1b4c2e25e46d5ab24cb0535662f97c689c3e2583361a97414
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd9a20bd1372f8a8623fae1b0746238781c646a95b24c2e733e0133092c199c9e2a92b9583fc9a1503a492164ff5e8918b432f8257cc04091f05917c90afec93
|
7
|
+
data.tar.gz: a48416f753cd0141f0afd91eb681fed75cfbd865b530c5bb4c8137d3796c98504563af8dc64fce04df2695636c8a2a7baeaed79d236a4660a060fa9deb4dfa78
|
@@ -11,7 +11,7 @@ module ForemanSalt
|
|
11
11
|
has_many :salt_module_environments
|
12
12
|
has_many :salt_modules, through: :salt_module_environments, before_remove: :remove_from_hosts
|
13
13
|
|
14
|
-
validates :name, uniqueness: true, presence: true, format: { with: /\A[\w\d
|
14
|
+
validates :name, uniqueness: true, presence: true, format: { with: /\A[\w\d\-.]+\z/, message: N_('is alphanumeric and cannot contain spaces') }
|
15
15
|
|
16
16
|
scoped_search on: :name, complete_value: true
|
17
17
|
scoped_search relation: :hostgroups, on: :name, complete_value: true, rename: :hostgroup
|
data/lib/foreman_salt/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_salt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 16.0.
|
4
|
+
version: 16.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Benjamin
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: deface
|
@@ -269,7 +269,7 @@ homepage: https://github.com/theforeman/foreman_salt
|
|
269
269
|
licenses:
|
270
270
|
- GPL-3.0
|
271
271
|
metadata: {}
|
272
|
-
post_install_message:
|
272
|
+
post_install_message:
|
273
273
|
rdoc_options: []
|
274
274
|
require_paths:
|
275
275
|
- lib
|
@@ -284,36 +284,36 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
284
284
|
- !ruby/object:Gem::Version
|
285
285
|
version: '0'
|
286
286
|
requirements: []
|
287
|
-
rubygems_version: 3.
|
288
|
-
signing_key:
|
287
|
+
rubygems_version: 3.1.2
|
288
|
+
signing_key:
|
289
289
|
specification_version: 4
|
290
290
|
summary: Foreman Plug-in for Salt
|
291
291
|
test_files:
|
292
|
-
- test/
|
292
|
+
- test/unit/host_extensions_test.rb
|
293
|
+
- test/unit/highstate.json
|
294
|
+
- test/unit/grains_importer_test.rb
|
295
|
+
- test/unit/salt_keys_test.rb
|
296
|
+
- test/unit/report_importer_test.rb
|
297
|
+
- test/unit/hostgroup_extensions_test.rb
|
298
|
+
- test/unit/salt_modules_test.rb
|
299
|
+
- test/unit/highstate_pchanges.json
|
300
|
+
- test/unit/salt_variables_test.rb
|
301
|
+
- test/unit/highstate_unhandled.json
|
302
|
+
- test/functional/salt_modules_controller_test.rb
|
303
|
+
- test/functional/minions_controller_test.rb
|
304
|
+
- test/functional/hosts_controller_test.rb
|
305
|
+
- test/functional/api/v2/salt_keys_controller_test.rb
|
306
|
+
- test/functional/api/v2/salt_states_controller_test.rb
|
293
307
|
- test/functional/api/v2/salt_autosign_controller_test.rb
|
294
308
|
- test/functional/api/v2/salt_environments_controller_test.rb
|
295
309
|
- test/functional/api/v2/salt_hostgroups_controller_test.rb
|
296
|
-
- test/functional/api/v2/salt_keys_controller_test.rb
|
297
|
-
- test/functional/api/v2/salt_states_controller_test.rb
|
298
310
|
- test/functional/api/v2/salt_variables_controller_test.rb
|
299
|
-
- test/functional/hosts_controller_test.rb
|
300
|
-
- test/functional/minions_controller_test.rb
|
301
|
-
- test/functional/salt_modules_controller_test.rb
|
302
311
|
- test/functional/salt_variables_controller_test.rb
|
303
|
-
- test/integration/hosts_js_test.rb
|
304
312
|
- test/integration/salt_autosign_test.rb
|
313
|
+
- test/integration/salt_variable_test.rb
|
305
314
|
- test/integration/salt_environment_test.rb
|
306
315
|
- test/integration/salt_keys_test.rb
|
316
|
+
- test/integration/hosts_js_test.rb
|
307
317
|
- test/integration/salt_module_test.rb
|
308
|
-
- test/integration/salt_variable_test.rb
|
309
318
|
- test/test_plugin_helper.rb
|
310
|
-
- test/
|
311
|
-
- test/unit/highstate.json
|
312
|
-
- test/unit/highstate_pchanges.json
|
313
|
-
- test/unit/highstate_unhandled.json
|
314
|
-
- test/unit/host_extensions_test.rb
|
315
|
-
- test/unit/hostgroup_extensions_test.rb
|
316
|
-
- test/unit/report_importer_test.rb
|
317
|
-
- test/unit/salt_keys_test.rb
|
318
|
-
- test/unit/salt_modules_test.rb
|
319
|
-
- test/unit/salt_variables_test.rb
|
319
|
+
- test/factories/foreman_salt_factories.rb
|