foreman_puppet 2.0.0.alpha.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +41 -32
  3. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +37 -28
  4. data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
  5. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  6. data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
  7. data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +2 -0
  8. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
  9. data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +36 -20
  10. data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
  11. data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
  12. data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +10 -0
  13. data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +1 -1
  14. data/db/migrate_foreman/{20090802062223_create_puppetclasses.rb → 20090802062223_create_puppetclasses.foreman_puppet.rb} +3 -2
  15. data/db/migrate_foreman/{20090905150132_create_hostgroups_puppetclasses.rb → 20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb} +0 -0
  16. data/db/migrate_foreman/{20110412103238_remove_unused_fields_from_puppet_classes.rb → 20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb} +0 -0
  17. data/db/migrate_foreman/{20110712070522_create_host_class.rb → 20110712070522_create_host_class.foreman_puppet.rb} +0 -0
  18. data/db/migrate_foreman/{20120824142048_add_some_indexes.rb → 20120824142048_add_some_indexes.foreman_puppet.rb} +8 -1
  19. data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
  20. data/db/migrate_foreman/{20121018152459_create_hostgroup_classes.rb → 20121018152459_create_hostgroup_classes.foreman_puppet.rb} +0 -0
  21. data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
  22. data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
  23. data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
  24. data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +0 -0
  25. data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
  26. data/db/migrate_foreman/{20180816134832_cast_lookup_key_values.rb → 20180816134832_cast_lookup_key_values.foreman_puppet.rb} +0 -0
  27. data/db/migrate_foreman/{20180831115634_add_uniqueness_to_puppetclass_name.rb → 20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb} +0 -0
  28. data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +0 -0
  29. data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
  30. data/lib/foreman_puppet/register.rb +35 -0
  31. data/lib/foreman_puppet/version.rb +1 -1
  32. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  33. data/locale/ca/foreman_puppet.po +760 -0
  34. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/cs_CZ/foreman_puppet.edit.po +1085 -0
  36. data/locale/cs_CZ/foreman_puppet.po +823 -0
  37. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  38. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  39. data/locale/de/foreman_puppet.po +844 -0
  40. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  41. data/locale/en/foreman_puppet.edit.po +317 -162
  42. data/locale/en/foreman_puppet.po +58 -1
  43. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/en_GB/foreman_puppet.po +820 -0
  45. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  46. data/locale/es/foreman_puppet.po +827 -0
  47. data/locale/foreman_puppet.pot +181 -92
  48. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  49. data/locale/fr/foreman_puppet.po +835 -0
  50. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  51. data/locale/gl/foreman_puppet.po +818 -0
  52. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  53. data/locale/it/foreman_puppet.po +822 -0
  54. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  55. data/locale/ja/foreman_puppet.po +830 -0
  56. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/ko/foreman_puppet.po +819 -0
  58. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  59. data/locale/nl_NL/foreman_puppet.po +823 -0
  60. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/pl/foreman_puppet.po +822 -0
  62. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  63. data/locale/pt_BR/foreman_puppet.po +826 -0
  64. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/ru/foreman_puppet.po +827 -0
  66. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  67. data/locale/sv_SE/foreman_puppet.po +822 -0
  68. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  69. data/locale/zh_CN/foreman_puppet.po +831 -0
  70. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  71. data/locale/zh_TW/foreman_puppet.po +821 -0
  72. data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +70 -31
  73. data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
  74. data/test/models/foreman_puppet/host_puppet_facet_test.rb +7 -1
  75. metadata +64 -24
@@ -9,49 +9,88 @@ module ForemanPuppet
9
9
  include HostsAndHostgroupsHelper
10
10
 
11
11
  describe 'puppet environment field' do
12
+ let(:fields) { mock('fields_for') }
13
+ let(:f) { mock('form_for') }
14
+ let(:object) { mock('object') }
15
+ let(:puppet_facet) { mock('puppet') }
16
+
12
17
  setup do
13
- @host = mock('host')
14
- puppet = mock('puppet')
15
- @host.stubs(:hostgroup)
16
- @host.stubs(:puppet).returns(puppet)
17
- @host.stubs(:id).returns(999)
18
- @f = mock('f')
19
- @f.stubs(:object).returns(@host)
20
- @fields = mock('fields')
21
- @fields.stubs(:object).returns(puppet)
22
- @f.stubs(:fields_for).yields(@fields)
18
+ f.stubs(:object).returns(object)
19
+ f.stubs(:fields_for).yields(fields)
20
+ fields.stubs(:object).returns(puppet_facet)
23
21
  end
24
22
 
25
- test 'it adds new first level attributes' do
26
- @fields.expects(:collection_select).with do |*attrs|
27
- select_options, html_options = extract_collection_options(attrs)
28
- select_options[:test_select_option] == 'test_value1' &&
29
- html_options[:test_html_option] == 'test_value2'
23
+ describe '#host_puppet_environment_field' do
24
+ let(:object) do
25
+ host = mock('host')
26
+ host.stubs(:hostgroup)
27
+ host.stubs(:puppet).returns(puppet_facet)
28
+ host.stubs(:id).returns(999)
29
+ host
30
30
  end
31
31
 
32
- host_puppet_environment_field(@f, { test_select_option: 'test_value1' }, { test_html_option: 'test_value2' })
33
- end
32
+ test 'it adds new first level attributes' do
33
+ fields.expects(:collection_select).with do |*attrs|
34
+ select_options, html_options = extract_collection_options(attrs)
35
+ select_options[:test_select_option] == 'test_value1' &&
36
+ html_options[:test_html_option] == 'test_value2'
37
+ end
34
38
 
35
- test 'it adds new data attributes' do
36
- @fields.expects(:collection_select).with do |*attrs|
37
- select_options, html_options = extract_collection_options(attrs)
38
- select_options[:test_select_option] == 'test_value1' &&
39
- html_options[:data][:test] == 'test_value2'
39
+ host_puppet_environment_field(f, { test_select_option: 'test_value1' }, { test_html_option: 'test_value2' })
40
40
  end
41
41
 
42
- host_puppet_environment_field(@f, { test_select_option: 'test_value1' }, { data: { test: 'test_value2' } })
42
+ test 'it adds new data attributes' do
43
+ fields.expects(:collection_select).with do |*attrs|
44
+ select_options, html_options = extract_collection_options(attrs)
45
+ select_options[:test_select_option] == 'test_value1' &&
46
+ html_options[:data][:test] == 'test_value2'
47
+ end
48
+
49
+ host_puppet_environment_field(f, { test_select_option: 'test_value1' }, { data: { test: 'test_value2' } })
50
+ end
51
+
52
+ test 'it overrides existing attributes' do
53
+ fields.expects(:collection_select).with do |*attrs|
54
+ html_options = attrs.pop
55
+ html_options[:data][:test] == 'some_test_value' &&
56
+ html_options[:data][:url] == '/test/url'
57
+ end.returns('')
58
+
59
+ html = host_puppet_environment_field(f, { disable_button: false }, { data: { url: '/test/url', test: 'some_test_value' } })
60
+
61
+ assert_no_match(/btn/, html)
62
+ end
43
63
  end
44
64
 
45
- test 'it overrides existing attributes' do
46
- @fields.expects(:collection_select).with do |*attrs|
47
- html_options = attrs.pop
48
- html_options[:data][:test] == 'some_test_value' &&
49
- html_options[:data][:url] == '/test/url'
50
- end.returns('')
65
+ describe '#hostgroup_puppet_environment_field' do
66
+ let(:object) { FactoryBot.build_stubbed(:hostgroup, parent: parent_hg) }
67
+ let(:puppet_facet) { object.puppet || object.build_puppet }
68
+
69
+ context 'parent without puppet' do
70
+ let(:parent_hg) { FactoryBot.create(:hostgroup) }
51
71
 
52
- html = host_puppet_environment_field(@f, { disable_button: false }, { data: { url: '/test/url', test: 'some_test_value' } })
72
+ it 'shows Inherit option with no value' do
73
+ fields.expects(:collection_select).with do |*attrs|
74
+ options = attrs.second
75
+ options.first.to_label == 'Inherit parent (no value)'
76
+ end.returns('')
77
+
78
+ hostgroup_puppet_environment_field(f)
79
+ end
80
+ end
53
81
 
54
- assert_no_match(/btn/, html)
82
+ context 'parent with puppet' do
83
+ let(:parent_hg) { FactoryBot.create(:hostgroup, :with_puppet_enc) }
84
+
85
+ it 'shows Inherit option with no value' do
86
+ fields.expects(:collection_select).with do |*attrs|
87
+ options = attrs.second
88
+ options.first.to_label == "Inherit parent (#{parent_hg.puppet.environment.name})"
89
+ end.returns('')
90
+
91
+ hostgroup_puppet_environment_field(f)
92
+ end
93
+ end
55
94
  end
56
95
  end
57
96
 
@@ -0,0 +1,31 @@
1
+ require 'test_puppet_helper'
2
+ require 'integration_test_helper'
3
+ require 'integration/shared/host_finders'
4
+ require 'integration/shared/host_orchestration_stubs'
5
+
6
+ module ForemanPuppet
7
+ class DashboardJSTest < IntegrationTestWithJavascript
8
+ setup do
9
+ Dashboard::Manager.reset_user_to_default(users(:admin))
10
+ Setting[:outofsync_interval] = 35
11
+ end
12
+
13
+ context 'with origin' do
14
+ setup do
15
+ Setting[:puppet_out_of_sync_disabled] = true
16
+ end
17
+
18
+ context 'out of sync disabled' do
19
+ test 'has no out of sync link' do
20
+ visit dashboard_path
21
+ wait_for_ajax
22
+ within "li[data-name='Host Configuration Status for Puppet']" do
23
+ assert page.has_no_link?('Out of sync hosts')
24
+ assert page.has_no_link?('Good host reports in the last')
25
+ assert page.has_link?('Good host with reports')
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
31
+ end
@@ -107,7 +107,13 @@ module ForemanPuppet
107
107
  test 'should return empty array if host has no hostgroup' do
108
108
  host = FactoryBot.create(:host, :with_puppet_enc)
109
109
  assert_not host.hostgroup
110
- assert_empty host.puppet.parent_config_groups
110
+ assert_equal [], host.puppet.parent_config_groups
111
+ end
112
+
113
+ test 'should return empty array if hostgroup do not have puppet data' do
114
+ hostgroup = FactoryBot.create(:hostgroup)
115
+ host = FactoryBot.create(:host, :with_puppet_enc, hostgroup: hostgroup)
116
+ assert_equal [], host.puppet.parent_config_groups
111
117
  end
112
118
  end
113
119
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
8
8
  - Shira Maximov
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-14 00:00:00.000000000 Z
12
+ date: 2021-11-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email:
@@ -186,23 +186,25 @@ files:
186
186
  - db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb
187
187
  - db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb
188
188
  - db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb
189
- - db/migrate_foreman/20090722141107_create_environments.rb
190
- - db/migrate_foreman/20090802062223_create_puppetclasses.rb
191
- - db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.rb
192
- - db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.rb
193
- - db/migrate_foreman/20110712070522_create_host_class.rb
194
- - db/migrate_foreman/20120824142048_add_some_indexes.rb
195
- - db/migrate_foreman/20120905095532_create_environment_classes.rb
196
- - db/migrate_foreman/20121018152459_create_hostgroup_classes.rb
197
- - db/migrate_foreman/20140407161817_create_config_groups.rb
198
- - db/migrate_foreman/20140407162007_create_config_group_classes.rb
199
- - db/migrate_foreman/20140407162059_create_host_config_groups.rb
200
- - db/migrate_foreman/20161205142618_delete_orphaned_smart_class_parameters.rb
201
- - db/migrate_foreman/20170109115157_fix_lookup_key_auditable_type.rb
202
- - db/migrate_foreman/20180816134832_cast_lookup_key_values.rb
203
- - db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.rb
204
- - db/migrate_foreman/20181023112532_add_environment_puppetclass_id.rb
205
- - db/migrate_foreman/20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb
189
+ - db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb
190
+ - db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb
191
+ - db/migrate_foreman/20090722141107_create_environments.foreman_puppet.rb
192
+ - db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb
193
+ - db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb
194
+ - db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb
195
+ - db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb
196
+ - db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb
197
+ - db/migrate_foreman/20120905095532_create_environment_classes.foreman_puppet.rb
198
+ - db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb
199
+ - db/migrate_foreman/20140407161817_create_config_groups.foreman_puppet.rb
200
+ - db/migrate_foreman/20140407162007_create_config_group_classes.foreman_puppet.rb
201
+ - db/migrate_foreman/20140407162059_create_host_config_groups.foreman_puppet.rb
202
+ - db/migrate_foreman/20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb
203
+ - db/migrate_foreman/20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb
204
+ - db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb
205
+ - db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb
206
+ - db/migrate_foreman/20181023112532_add_environment_puppetclass_id.foreman_puppet.rb
207
+ - db/migrate_foreman/20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb
206
208
  - db/seeds.d/111_puppet_proxy_feature.rb
207
209
  - lib/foreman_puppet.rb
208
210
  - lib/foreman_puppet/engine.rb
@@ -211,14 +213,50 @@ files:
211
213
  - lib/tasks/foreman_puppet_tasks.rake
212
214
  - locale/Makefile
213
215
  - locale/action_names.rb
216
+ - locale/ca/LC_MESSAGES/foreman_puppet.mo
217
+ - locale/ca/foreman_puppet.po
218
+ - locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo
219
+ - locale/cs_CZ/foreman_puppet.edit.po
220
+ - locale/cs_CZ/foreman_puppet.po
221
+ - locale/cs_CZ/foreman_puppet.po.time_stamp
222
+ - locale/de/LC_MESSAGES/foreman_puppet.mo
223
+ - locale/de/foreman_puppet.po
214
224
  - locale/en/LC_MESSAGES/foreman_puppet.mo
215
225
  - locale/en/foreman_puppet.edit.po
216
226
  - locale/en/foreman_puppet.po
217
227
  - locale/en/foreman_puppet.po.time_stamp
218
228
  - locale/en/foreman_puppet.pox
229
+ - locale/en_GB/LC_MESSAGES/foreman_puppet.mo
230
+ - locale/en_GB/foreman_puppet.po
231
+ - locale/es/LC_MESSAGES/foreman_puppet.mo
232
+ - locale/es/foreman_puppet.po
219
233
  - locale/foreman_puppet.pot
234
+ - locale/fr/LC_MESSAGES/foreman_puppet.mo
235
+ - locale/fr/foreman_puppet.po
220
236
  - locale/gemspec.rb
237
+ - locale/gl/LC_MESSAGES/foreman_puppet.mo
238
+ - locale/gl/foreman_puppet.po
239
+ - locale/it/LC_MESSAGES/foreman_puppet.mo
240
+ - locale/it/foreman_puppet.po
241
+ - locale/ja/LC_MESSAGES/foreman_puppet.mo
242
+ - locale/ja/foreman_puppet.po
243
+ - locale/ko/LC_MESSAGES/foreman_puppet.mo
244
+ - locale/ko/foreman_puppet.po
221
245
  - locale/messages.mo
246
+ - locale/nl_NL/LC_MESSAGES/foreman_puppet.mo
247
+ - locale/nl_NL/foreman_puppet.po
248
+ - locale/pl/LC_MESSAGES/foreman_puppet.mo
249
+ - locale/pl/foreman_puppet.po
250
+ - locale/pt_BR/LC_MESSAGES/foreman_puppet.mo
251
+ - locale/pt_BR/foreman_puppet.po
252
+ - locale/ru/LC_MESSAGES/foreman_puppet.mo
253
+ - locale/ru/foreman_puppet.po
254
+ - locale/sv_SE/LC_MESSAGES/foreman_puppet.mo
255
+ - locale/sv_SE/foreman_puppet.po
256
+ - locale/zh_CN/LC_MESSAGES/foreman_puppet.mo
257
+ - locale/zh_CN/foreman_puppet.po
258
+ - locale/zh_TW/LC_MESSAGES/foreman_puppet.mo
259
+ - locale/zh_TW/foreman_puppet.po
222
260
  - package.json
223
261
  - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
224
262
  - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
@@ -255,6 +293,7 @@ files:
255
293
  - test/graphql/queries/puppetclasses_query_test.rb
256
294
  - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
257
295
  - test/helpers/foreman_puppet/puppetclasses_helper_test.rb
296
+ - test/integration/foreman_puppet/dashboard_js_test.rb
258
297
  - test/integration/foreman_puppet/environment_js_test.rb
259
298
  - test/integration/foreman_puppet/host_js_test.rb
260
299
  - test/integration/foreman_puppet/hostgroup_js_test.rb
@@ -309,7 +348,7 @@ homepage: https://github.com/theforeman/foreman_puppet
309
348
  licenses:
310
349
  - GPL-3.0
311
350
  metadata: {}
312
- post_install_message:
351
+ post_install_message:
313
352
  rdoc_options: []
314
353
  require_paths:
315
354
  - lib
@@ -320,12 +359,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
320
359
  version: '0'
321
360
  required_rubygems_version: !ruby/object:Gem::Requirement
322
361
  requirements:
323
- - - ">"
362
+ - - ">="
324
363
  - !ruby/object:Gem::Version
325
- version: 1.3.1
364
+ version: '0'
326
365
  requirements: []
327
366
  rubygems_version: 3.1.6
328
- signing_key:
367
+ signing_key:
329
368
  specification_version: 4
330
369
  summary: Add Puppet features to Foreman
331
370
  test_files:
@@ -337,6 +376,7 @@ test_files:
337
376
  - test/integration/foreman_puppet/puppetclass_js_test.rb
338
377
  - test/integration/foreman_puppet/hostgroup_js_test.rb
339
378
  - test/integration/foreman_puppet/environment_js_test.rb
379
+ - test/integration/foreman_puppet/dashboard_js_test.rb
340
380
  - test/integration/foreman_puppet/host_js_test.rb
341
381
  - test/graphql/mutations/hosts/create_mutation_test.rb
342
382
  - test/graphql/queries/puppetclasses_query_test.rb