foreman_puppet 5.0.0 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/Rakefile +0 -5
  4. data/app/graphgl/foreman_puppet/types/environment.rb +1 -4
  5. data/app/graphgl/foreman_puppet/types/puppetclass.rb +1 -4
  6. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  7. data/app/models/foreman_puppet/puppetclass.rb +2 -2
  8. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  9. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  10. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  11. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  12. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  13. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  14. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  15. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  16. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  17. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  18. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  19. data/lib/foreman_puppet/register.rb +1 -1
  20. data/lib/foreman_puppet/version.rb +1 -1
  21. data/lib/tasks/foreman_puppet_tasks.rake +0 -10
  22. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  23. data/locale/ca/foreman_puppet.edit.po +1221 -0
  24. data/locale/ca/foreman_puppet.po +44 -8
  25. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  26. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  27. data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
  28. data/locale/cs_CZ/foreman_puppet.po +45 -9
  29. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  30. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  31. data/locale/de/foreman_puppet.edit.po +1300 -0
  32. data/locale/de/foreman_puppet.po +49 -13
  33. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  34. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  35. data/locale/en/foreman_puppet.edit.po +998 -0
  36. data/locale/en/foreman_puppet.po +42 -6
  37. data/locale/en/foreman_puppet.po.time_stamp +0 -0
  38. data/locale/en/foreman_puppet.pox +0 -0
  39. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  40. data/locale/en_GB/foreman_puppet.edit.po +1197 -0
  41. data/locale/en_GB/foreman_puppet.po +44 -8
  42. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  43. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  44. data/locale/es/foreman_puppet.edit.po +1275 -0
  45. data/locale/es/foreman_puppet.po +77 -39
  46. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  47. data/locale/foreman_puppet.pot +81 -25
  48. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  49. data/locale/fr/foreman_puppet.edit.po +1290 -0
  50. data/locale/fr/foreman_puppet.po +67 -28
  51. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  52. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  53. data/locale/gl/foreman_puppet.edit.po +1203 -0
  54. data/locale/gl/foreman_puppet.po +44 -8
  55. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  56. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/it/foreman_puppet.edit.po +1233 -0
  58. data/locale/it/foreman_puppet.po +47 -10
  59. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  60. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/ja/foreman_puppet.edit.po +1223 -0
  62. data/locale/ja/foreman_puppet.po +60 -24
  63. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  64. data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/ka/foreman_puppet.po +875 -0
  66. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  67. data/locale/ko/foreman_puppet.edit.po +1197 -0
  68. data/locale/ko/foreman_puppet.po +45 -9
  69. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  70. data/locale/messages.mo +0 -0
  71. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  72. data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
  73. data/locale/nl_NL/foreman_puppet.po +44 -8
  74. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  75. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  76. data/locale/pl/foreman_puppet.edit.po +1238 -0
  77. data/locale/pl/foreman_puppet.po +45 -9
  78. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  79. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  80. data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
  81. data/locale/pt_BR/foreman_puppet.po +78 -41
  82. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  83. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  84. data/locale/ru/foreman_puppet.edit.po +1240 -0
  85. data/locale/ru/foreman_puppet.po +45 -9
  86. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  87. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  88. data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
  89. data/locale/sv_SE/foreman_puppet.po +44 -8
  90. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  91. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  92. data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
  93. data/locale/zh_CN/foreman_puppet.po +65 -29
  94. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  95. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  96. data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
  97. data/locale/zh_TW/foreman_puppet.po +45 -9
  98. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  99. data/package.json +7 -7
  100. data/test/graphql/mutations/hosts/create_mutation_test.rb +1 -2
  101. data/test/unit/foreman_puppet/global_id_test.rb +13 -0
  102. data/webpack/src/Components/Environments/Welcome.js +25 -6
  103. data/webpack/src/Extends/Host/PuppetTab/index.js +2 -0
  104. metadata +108 -58
@@ -5,15 +5,15 @@
5
5
  #
6
6
  # Translators:
7
7
  # ChrisLee <chris_lee@hiiir.com>, 2021
8
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
- # Bryan Kearney <bryan.kearney@gmail.com>, 2021
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2022
9
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_puppet 3.0.2\n"
13
+ "Project-Id-Version: foreman_puppet 5.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
16
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
16
+ "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
17
17
  "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/z"
18
18
  "h_TW/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -88,7 +88,7 @@ msgstr "所有環境 -(未篩選)"
88
88
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
89
89
  msgstr ""
90
90
 
91
- msgid "Autosign entries"
91
+ msgid "Assigned classes"
92
92
  msgstr ""
93
93
 
94
94
  msgid "Available Classes"
@@ -106,9 +106,6 @@ msgstr ""
106
106
  msgid "Cancel"
107
107
  msgstr "取消"
108
108
 
109
- msgid "Certificates"
110
- msgstr ""
111
-
112
109
  msgid "Change Environment"
113
110
  msgstr "更改環境"
114
111
 
@@ -151,6 +148,9 @@ msgstr ""
151
148
  msgid "Config Management"
152
149
  msgstr ""
153
150
 
151
+ msgid "Couldn't find any ENC data for this host"
152
+ msgstr ""
153
+
154
154
  msgid "Create Config Group"
155
155
  msgstr ""
156
156
 
@@ -229,6 +229,9 @@ msgstr ""
229
229
  msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
230
230
  msgstr ""
231
231
 
232
+ msgid "ENC Preview"
233
+ msgstr ""
234
+
232
235
  msgid "ENC environment"
233
236
  msgstr "ENC 環境"
234
237
 
@@ -253,6 +256,9 @@ msgstr "環境"
253
256
  msgid "Environment|Name"
254
257
  msgstr "名稱"
255
258
 
259
+ msgid "Error!"
260
+ msgstr ""
261
+
256
262
  msgid "Facts"
257
263
  msgstr "詳情"
258
264
 
@@ -292,6 +298,9 @@ msgstr "Foreman 會藉由主機的環境之詳情來更新它"
292
298
  msgid "General"
293
299
  msgstr "一般"
294
300
 
301
+ msgid "Help"
302
+ msgstr "協助"
303
+
295
304
  msgid "Host Groups"
296
305
  msgstr "主機群組"
297
306
 
@@ -346,7 +355,7 @@ msgstr ""
346
355
  msgid "If true, will raise an error if there is no default value and no matcher provide a value"
347
356
  msgstr "若為真而沒有預設值並且比對器未提供值的話,將會造成錯誤發生。"
348
357
 
349
- msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
358
+ msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
350
359
  msgstr ""
351
360
 
352
361
  msgid "Ignored classes in the environments: %s"
@@ -577,6 +586,9 @@ msgstr "Puppet"
577
586
  msgid "Puppet CA"
578
587
  msgstr "Puppet CA"
579
588
 
589
+ msgid "Puppet CA Smart Proxy"
590
+ msgstr ""
591
+
580
592
  msgid "Puppet Class"
581
593
  msgstr "Puppet 類別"
582
594
 
@@ -598,9 +610,24 @@ msgstr "Puppet 環境"
598
610
  msgid "Puppet Modules"
599
611
  msgstr "Puppet 模組"
600
612
 
613
+ msgid "Puppet Smart Proxy"
614
+ msgstr ""
615
+
601
616
  msgid "Puppet YAML"
602
617
  msgstr ""
603
618
 
619
+ msgid "Puppet classes"
620
+ msgstr ""
621
+
622
+ msgid "Puppet details"
623
+ msgstr ""
624
+
625
+ msgid "Puppet env"
626
+ msgstr ""
627
+
628
+ msgid "Puppet environment"
629
+ msgstr ""
630
+
604
631
  msgid "Puppet environments"
605
632
  msgstr "Puppet 環境"
606
633
 
@@ -640,6 +667,9 @@ msgstr "移除此置換"
640
667
  msgid "Remove:"
641
668
  msgstr "移除:"
642
669
 
670
+ msgid "Reports"
671
+ msgstr "報告"
672
+
643
673
  msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
644
674
  msgstr "必要的參數未提供值。<br/><b>請覆寫!</b> <br/>"
645
675
 
@@ -685,6 +715,9 @@ msgstr "智慧類別參數"
685
715
  msgid "Smart Class Parameters"
686
716
  msgstr ""
687
717
 
718
+ msgid "Smart class parameters"
719
+ msgstr "智慧類別參數"
720
+
688
721
  msgid "Some Puppet Classes are unavailable in the selected environment"
689
722
  msgstr ""
690
723
 
@@ -729,6 +762,9 @@ msgstr "此 puppet master 上並未設定 puppet 環境。請檢查 puppet maste
729
762
  msgid "This Puppet class has no parameters in its signature."
730
763
  msgstr "此 puppet 類別的簽章中沒有參數。"
731
764
 
765
+ msgid "This tab is still a work in progress"
766
+ msgstr ""
767
+
732
768
  msgid "This will reset parameters of the class %s to their default values. Continue?"
733
769
  msgstr "這會將類別 %s 的參數重設為其預設值。是否要繼續進行?"
734
770
 
File without changes
data/package.json CHANGED
@@ -21,17 +21,17 @@
21
21
  "url": "http://projects.theforeman.org/projects/foreman_puppet/issues"
22
22
  },
23
23
  "peerDependencies": {
24
- "@theforeman/vendor": "^10.1.0"
24
+ "@theforeman/vendor": ">= 10.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@babel/core": "^7.7.0",
28
28
  "@sheerun/mutationobserver-shim": "^0.3.3",
29
- "@theforeman/builder": "^10.1.0",
30
- "@theforeman/eslint-plugin-foreman": "^10.1.0",
31
- "@theforeman/find-foreman": "^10.1.0",
32
- "@theforeman/stories": "^10.1.0",
33
- "@theforeman/test": "^10.1.0",
34
- "@theforeman/vendor-dev": "^10.1.0",
29
+ "@theforeman/builder": ">= 10.1.0",
30
+ "@theforeman/eslint-plugin-foreman": ">= 10.1.0",
31
+ "@theforeman/find-foreman": ">= 10.1.0",
32
+ "@theforeman/stories": ">= 10.1.0",
33
+ "@theforeman/test": ">= 10.1.0",
34
+ "@theforeman/vendor-dev": ">= 10.1.0",
35
35
  "babel-eslint": "^10.0.3",
36
36
  "eslint": "^6.7.2",
37
37
  "jed": "^1.1.1",
@@ -76,7 +76,6 @@ module ForemanPuppet
76
76
  organizationId: $organizationId,
77
77
  domainId: $domainId,
78
78
  operatingsystemId: $operatingsystemId,
79
- architectureId: $architectureId,
80
79
  ptableId: $ptableId,
81
80
  mediumId: $mediumId,
82
81
  puppetclassIds: $puppetclassIds,
@@ -108,7 +107,7 @@ module ForemanPuppet
108
107
  assert_equal 1, host.interfaces.count
109
108
  interface = host.interfaces.first
110
109
  assert_equal 'Nic::Bond', interface.type
111
- assert_equal 'eth0, eth1', interface.attached_to
110
+ assert_same_elements %w[eth0 eth1], JSON.parse(interface.attached_to)
112
111
  assert_equal 'bond0', interface.identifier
113
112
  assert interface.primary
114
113
  assert interface.provision
@@ -0,0 +1,13 @@
1
+ require 'test_puppet_helper'
2
+
3
+ module ForemanPuppet
4
+ class GlobalIdTest < ActiveSupport::TestCase
5
+ describe '.for' do
6
+ let(:environment) { FactoryBot.create(:environment) }
7
+
8
+ test 'generates id that contains modulized model name' do
9
+ assert_equal Foreman::GlobalId.encode('ForemanPuppet::Environment', environment.id), Foreman::GlobalId.for(environment)
10
+ end
11
+ end
12
+ end
13
+ end
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
+ import { FormattedMessage } from 'react-intl';
3
4
  import { translate as __ } from 'foremanReact/common/I18n';
4
5
  import EmptyState from 'foremanReact/components/common/EmptyState';
5
6
  import { foremanUrl, getManualURL } from 'foremanReact/common/helpers';
@@ -10,16 +11,34 @@ export const WelcomeEnv = ({ canCreate }) => {
10
11
  url: foremanUrl('/foreman_puppet/environments/new'),
11
12
  };
12
13
 
13
- const content = __(`If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/>
14
- This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target="_blank" href=${getManualURL(
15
- '4.2.2Classes'
16
- )}>Puppet classes and environment importer.</a>`);
14
+ const description = (
15
+ <>
16
+ <FormattedMessage
17
+ id="puppetenv-welcome"
18
+ defaultMessage={__(
19
+ 'If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer.'
20
+ )}
21
+ values={{
22
+ newLine: <br />,
23
+ puppetClassesLinkToDocs: (
24
+ <a
25
+ target="_blank"
26
+ href={getManualURL('4.2.2Classes')}
27
+ rel="noreferrer"
28
+ >
29
+ {__('Puppet classes')}
30
+ </a>
31
+ ),
32
+ }}
33
+ />
34
+ </>
35
+ );
17
36
  return (
18
37
  <EmptyState
19
38
  icon="th"
20
39
  iconType="fa"
21
- header={__('Environments')}
22
- description={<div dangerouslySetInnerHTML={{ __html: content }} />}
40
+ header={__(' Puppet Environments')}
41
+ description={description}
23
42
  documentation={{ url: getManualURL('4.2.1Environments') }}
24
43
  action={action}
25
44
  />
@@ -21,6 +21,8 @@ const PuppetTab = ({ response, status, location: { pathname } }) => {
21
21
  {SECONDARY_TABS.map(({ key, title }) => (
22
22
  <Tab
23
23
  key={key}
24
+ id={`puppet-subtab-${key}`}
25
+ ouiaId={`puppet-subtab-${key}`}
24
26
  eventKey={key}
25
27
  title={<TabTitleText>{title}</TabTitleText>}
26
28
  />
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: 5.0.0
4
+ version: 5.1.2
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: 2022-11-22 00:00:00.000000000 Z
12
+ date: 2023-05-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Allow assigning Puppet environments and classes to the Foreman Hosts.
15
15
  email:
@@ -173,8 +173,16 @@ files:
173
173
  - app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb
174
174
  - app/views/hosts/foreman_puppet/_form_main_tab_fields.html.erb
175
175
  - app/views/hosts/select_multiple_environment.html.erb
176
+ - app/views/hosts/select_multiple_puppet_proxy.html.erb
176
177
  - app/views/provisioning_templates/_combination.html.erb
177
178
  - app/views/provisioning_templates/_combinations.html.erb
179
+ - app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb
180
+ - app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb
181
+ - app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb
182
+ - app/views/provisioning_templates/temp/snippet/_or_al_client.erb
183
+ - app/views/provisioning_templates/temp/snippet/_or_deb_client.erb
184
+ - app/views/provisioning_templates/temp/snippet/_or_ol_client.erb
185
+ - app/views/provisioning_templates/temp/snippet/_or_sles_client.erb
178
186
  - app/views/smart_proxies/plugins/_puppet.html.erb
179
187
  - config/api_routes.rb
180
188
  - config/initializers/api_reroute.rb
@@ -218,43 +226,83 @@ files:
218
226
  - locale/Makefile
219
227
  - locale/action_names.rb
220
228
  - locale/ca/LC_MESSAGES/foreman_puppet.mo
229
+ - locale/ca/foreman_puppet.edit.po
221
230
  - locale/ca/foreman_puppet.po
231
+ - locale/ca/foreman_puppet.po.time_stamp
222
232
  - locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo
233
+ - locale/cs_CZ/foreman_puppet.edit.po
223
234
  - locale/cs_CZ/foreman_puppet.po
235
+ - locale/cs_CZ/foreman_puppet.po.time_stamp
224
236
  - locale/de/LC_MESSAGES/foreman_puppet.mo
237
+ - locale/de/foreman_puppet.edit.po
225
238
  - locale/de/foreman_puppet.po
239
+ - locale/de/foreman_puppet.po.time_stamp
226
240
  - locale/en/LC_MESSAGES/foreman_puppet.mo
241
+ - locale/en/foreman_puppet.edit.po
227
242
  - locale/en/foreman_puppet.po
243
+ - locale/en/foreman_puppet.po.time_stamp
244
+ - locale/en/foreman_puppet.pox
228
245
  - locale/en_GB/LC_MESSAGES/foreman_puppet.mo
246
+ - locale/en_GB/foreman_puppet.edit.po
229
247
  - locale/en_GB/foreman_puppet.po
248
+ - locale/en_GB/foreman_puppet.po.time_stamp
230
249
  - locale/es/LC_MESSAGES/foreman_puppet.mo
250
+ - locale/es/foreman_puppet.edit.po
231
251
  - locale/es/foreman_puppet.po
252
+ - locale/es/foreman_puppet.po.time_stamp
232
253
  - locale/foreman_puppet.pot
233
254
  - locale/fr/LC_MESSAGES/foreman_puppet.mo
255
+ - locale/fr/foreman_puppet.edit.po
234
256
  - locale/fr/foreman_puppet.po
257
+ - locale/fr/foreman_puppet.po.time_stamp
235
258
  - locale/gemspec.rb
236
259
  - locale/gl/LC_MESSAGES/foreman_puppet.mo
260
+ - locale/gl/foreman_puppet.edit.po
237
261
  - locale/gl/foreman_puppet.po
262
+ - locale/gl/foreman_puppet.po.time_stamp
238
263
  - locale/it/LC_MESSAGES/foreman_puppet.mo
264
+ - locale/it/foreman_puppet.edit.po
239
265
  - locale/it/foreman_puppet.po
266
+ - locale/it/foreman_puppet.po.time_stamp
240
267
  - locale/ja/LC_MESSAGES/foreman_puppet.mo
268
+ - locale/ja/foreman_puppet.edit.po
241
269
  - locale/ja/foreman_puppet.po
270
+ - locale/ja/foreman_puppet.po.time_stamp
271
+ - locale/ka/LC_MESSAGES/foreman_puppet.mo
272
+ - locale/ka/foreman_puppet.po
242
273
  - locale/ko/LC_MESSAGES/foreman_puppet.mo
274
+ - locale/ko/foreman_puppet.edit.po
243
275
  - locale/ko/foreman_puppet.po
276
+ - locale/ko/foreman_puppet.po.time_stamp
277
+ - locale/messages.mo
244
278
  - locale/nl_NL/LC_MESSAGES/foreman_puppet.mo
279
+ - locale/nl_NL/foreman_puppet.edit.po
245
280
  - locale/nl_NL/foreman_puppet.po
281
+ - locale/nl_NL/foreman_puppet.po.time_stamp
246
282
  - locale/pl/LC_MESSAGES/foreman_puppet.mo
283
+ - locale/pl/foreman_puppet.edit.po
247
284
  - locale/pl/foreman_puppet.po
285
+ - locale/pl/foreman_puppet.po.time_stamp
248
286
  - locale/pt_BR/LC_MESSAGES/foreman_puppet.mo
287
+ - locale/pt_BR/foreman_puppet.edit.po
249
288
  - locale/pt_BR/foreman_puppet.po
289
+ - locale/pt_BR/foreman_puppet.po.time_stamp
250
290
  - locale/ru/LC_MESSAGES/foreman_puppet.mo
291
+ - locale/ru/foreman_puppet.edit.po
251
292
  - locale/ru/foreman_puppet.po
293
+ - locale/ru/foreman_puppet.po.time_stamp
252
294
  - locale/sv_SE/LC_MESSAGES/foreman_puppet.mo
295
+ - locale/sv_SE/foreman_puppet.edit.po
253
296
  - locale/sv_SE/foreman_puppet.po
297
+ - locale/sv_SE/foreman_puppet.po.time_stamp
254
298
  - locale/zh_CN/LC_MESSAGES/foreman_puppet.mo
299
+ - locale/zh_CN/foreman_puppet.edit.po
255
300
  - locale/zh_CN/foreman_puppet.po
301
+ - locale/zh_CN/foreman_puppet.po.time_stamp
256
302
  - locale/zh_TW/LC_MESSAGES/foreman_puppet.mo
303
+ - locale/zh_TW/foreman_puppet.edit.po
257
304
  - locale/zh_TW/foreman_puppet.po
305
+ - locale/zh_TW/foreman_puppet.po.time_stamp
258
306
  - package.json
259
307
  - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
260
308
  - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
@@ -320,6 +368,7 @@ files:
320
368
  - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
321
369
  - test/test_puppet_helper.rb
322
370
  - test/unit/foreman_puppet/access_permissions_test.rb
371
+ - test/unit/foreman_puppet/global_id_test.rb
323
372
  - test/unit/foreman_puppet/puppet_class_importer_test.rb
324
373
  - test/unit/foreman_puppet/template_rendering_test.rb
325
374
  - test/unit/foreman_puppet_test.rb
@@ -360,7 +409,7 @@ homepage: https://github.com/theforeman/foreman_puppet
360
409
  licenses:
361
410
  - GPL-3.0
362
411
  metadata: {}
363
- post_install_message:
412
+ post_install_message:
364
413
  rdoc_options: []
365
414
  require_paths:
366
415
  - lib
@@ -375,75 +424,76 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
424
  - !ruby/object:Gem::Version
376
425
  version: '0'
377
426
  requirements: []
378
- rubygems_version: 3.1.6
379
- signing_key:
427
+ rubygems_version: 3.1.2
428
+ signing_key:
380
429
  specification_version: 4
381
430
  summary: Add Puppet features to Foreman
382
431
  test_files:
383
- - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
384
- - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
385
- - test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
386
- - test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
387
- - test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
388
- - test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
389
- - test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
390
- - test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
391
- - test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
392
- - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
393
- - test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
394
- - test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
395
- - test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
396
- - test/controllers/foreman_puppet/config_groups_controller_test.rb
397
- - test/controllers/foreman_puppet/hostgroups_controller_test.rb
398
- - test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
399
- - test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
400
- - test/controllers/foreman_puppet/puppetclasses_controller_test.rb
401
- - test/controllers/foreman_puppet/environments_controller_test.rb
402
- - test/controllers/foreman_puppet/hosts_controller_test.rb
403
- - test/controllers/provisioning_templates_controller_test.rb
404
- - test/factories/foreman_puppet_factories.rb
405
- - test/factories/host_puppet_enhancements.rb
406
- - test/factories/proxy_puppet_enhancements.rb
407
- - test/graphql/mutations/hosts/create_mutation_test.rb
408
- - test/graphql/queries/environments_query_test.rb
409
- - test/graphql/queries/host_puppet_query_test.rb
410
- - test/graphql/queries/hostgroup_puppet_query_test.rb
411
- - test/graphql/queries/location_query_test.rb
412
- - test/graphql/queries/organization_query_test.rb
413
- - test/graphql/queries/puppetclasses_query_test.rb
414
- - test/graphql/queries/environment_query_test.rb
415
- - test/graphql/queries/puppetclass_query_test.rb
416
- - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
432
+ - test/unit/foreman_puppet_test.rb
433
+ - test/unit/foreman_puppet/global_id_test.rb
434
+ - test/unit/foreman_puppet/puppet_class_importer_test.rb
435
+ - test/unit/foreman_puppet/template_rendering_test.rb
436
+ - test/unit/foreman_puppet/access_permissions_test.rb
417
437
  - test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb
438
+ - test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb
418
439
  - test/helpers/foreman_puppet/puppetclasses_helper_test.rb
419
440
  - test/integration/foreman_puppet/dashboard_js_test.rb
420
- - test/integration/foreman_puppet/environment_js_test.rb
421
441
  - test/integration/foreman_puppet/host_js_test.rb
422
442
  - test/integration/foreman_puppet/hostgroup_js_test.rb
423
- - test/integration/foreman_puppet/puppetclass_js_test.rb
424
443
  - test/integration/foreman_puppet/smartclass_parameter_js_test.rb
425
- - test/models/foreman_puppet/config_group_class_test.rb
444
+ - test/integration/foreman_puppet/puppetclass_js_test.rb
445
+ - test/integration/foreman_puppet/environment_js_test.rb
446
+ - test/factories/foreman_puppet_factories.rb
447
+ - test/factories/host_puppet_enhancements.rb
448
+ - test/factories/proxy_puppet_enhancements.rb
449
+ - test/integration_puppet_helper.rb
426
450
  - test/models/foreman_puppet/config_group_test.rb
427
- - test/models/foreman_puppet/environment_test.rb
428
- - test/models/foreman_puppet/host_config_group_test.rb
429
- - test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
430
- - test/models/foreman_puppet/hostgroup_test.rb
431
- - test/models/foreman_puppet/lookup_value_test.rb
432
- - test/models/foreman_puppet/puppetclass_lookup_key_test.rb
433
451
  - test/models/foreman_puppet/report_test.rb
434
- - test/models/foreman_puppet/smart_proxy_test.rb
435
- - test/models/foreman_puppet/user_test.rb
436
452
  - test/models/foreman_puppet/host_puppet_facet_test.rb
437
453
  - test/models/foreman_puppet/host_test.rb
454
+ - test/models/foreman_puppet/user_test.rb
438
455
  - test/models/foreman_puppet/provisioning_template_test.rb
456
+ - test/models/foreman_puppet/host_config_group_test.rb
457
+ - test/models/foreman_puppet/lookup_value_test.rb
458
+ - test/models/foreman_puppet/hostgroup_test.rb
459
+ - test/models/foreman_puppet/hostgroup_puppet_facet_test.rb
460
+ - test/models/foreman_puppet/puppetclass_lookup_key_test.rb
461
+ - test/models/foreman_puppet/environment_test.rb
439
462
  - test/models/foreman_puppet/puppetclass_test.rb
463
+ - test/models/foreman_puppet/config_group_class_test.rb
464
+ - test/models/foreman_puppet/smart_proxy_test.rb
465
+ - test/graphql/queries/hostgroup_puppet_query_test.rb
466
+ - test/graphql/queries/puppetclass_query_test.rb
467
+ - test/graphql/queries/location_query_test.rb
468
+ - test/graphql/queries/organization_query_test.rb
469
+ - test/graphql/queries/puppetclasses_query_test.rb
470
+ - test/graphql/queries/environment_query_test.rb
471
+ - test/graphql/queries/environments_query_test.rb
472
+ - test/graphql/queries/host_puppet_query_test.rb
473
+ - test/graphql/mutations/hosts/create_mutation_test.rb
474
+ - test/test_puppet_helper.rb
475
+ - test/controllers/provisioning_templates_controller_test.rb
476
+ - test/controllers/foreman_puppet/hostgroups_controller_test.rb
477
+ - test/controllers/foreman_puppet/puppetclass_lookup_keys_controller_test.rb
478
+ - test/controllers/foreman_puppet/environments_controller_test.rb
479
+ - test/controllers/foreman_puppet/puppet_smart_proxies_controller_test.rb
480
+ - test/controllers/foreman_puppet/hosts_controller_test.rb
481
+ - test/controllers/foreman_puppet/api/v2/template_combinations_controller_test.rb
482
+ - test/controllers/foreman_puppet/api/v2/smart_class_parameters_controller_test.rb
483
+ - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
484
+ - test/controllers/foreman_puppet/api/v2/hostgroups_controller_test.rb
485
+ - test/controllers/foreman_puppet/api/v2/lookups_common_controller_test.rb
486
+ - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
487
+ - test/controllers/foreman_puppet/api/v2/hosts_controller_test.rb
488
+ - test/controllers/foreman_puppet/api/v2/hostgroup_classes_controller_test.rb
489
+ - test/controllers/foreman_puppet/api/v2/puppetclasses_controller_test.rb
490
+ - test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb
491
+ - test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb
492
+ - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
493
+ - test/controllers/foreman_puppet/api/v2/provisioning_templates_controller_test.rb
494
+ - test/controllers/foreman_puppet/puppetclasses_controller_test.rb
495
+ - test/controllers/foreman_puppet/config_groups_controller_test.rb
496
+ - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
440
497
  - test/services/foreman_puppet/host_counter_test.rb
441
498
  - test/services/foreman_puppet/host_info_providers/config_groups_info_test.rb
442
499
  - test/services/foreman_puppet/host_info_providers/puppet_info_test.rb
443
- - test/services/foreman_puppet/input_type/puppet_parameter_input_test.rb
444
- - test/test_puppet_helper.rb
445
- - test/unit/foreman_puppet/access_permissions_test.rb
446
- - test/unit/foreman_puppet/puppet_class_importer_test.rb
447
- - test/unit/foreman_puppet/template_rendering_test.rb
448
- - test/unit/foreman_puppet_test.rb
449
- - test/integration_puppet_helper.rb