foreman_discovery 16.3.1 → 16.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/discovered_hosts_helper.rb +5 -0
  3. data/app/views/discovered_hosts/welcome.html.erb +1 -2
  4. data/lib/foreman_discovery/engine.rb +1 -1
  5. data/lib/foreman_discovery/version.rb +1 -1
  6. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  7. data/locale/ca/foreman_discovery.edit.po +3 -3
  8. data/locale/ca/foreman_discovery.po +1 -1
  9. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  10. data/locale/de/foreman_discovery.edit.po +3 -3
  11. data/locale/de/foreman_discovery.po +1 -1
  12. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  13. data/locale/en/foreman_discovery.edit.po +3 -3
  14. data/locale/en/foreman_discovery.po +1 -1
  15. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/en_GB/foreman_discovery.edit.po +3 -3
  17. data/locale/en_GB/foreman_discovery.po +1 -1
  18. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/es/foreman_discovery.edit.po +3 -3
  20. data/locale/es/foreman_discovery.po +1 -1
  21. data/locale/foreman_discovery.pot +4 -4
  22. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/fr/foreman_discovery.edit.po +3 -3
  24. data/locale/fr/foreman_discovery.po +1 -1
  25. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/gl/foreman_discovery.edit.po +3 -3
  27. data/locale/gl/foreman_discovery.po +1 -1
  28. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/it/foreman_discovery.edit.po +3 -3
  30. data/locale/it/foreman_discovery.po +1 -1
  31. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/ja/foreman_discovery.edit.po +3 -3
  33. data/locale/ja/foreman_discovery.po +1 -1
  34. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/ko/foreman_discovery.edit.po +3 -3
  36. data/locale/ko/foreman_discovery.po +1 -1
  37. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/pt_BR/foreman_discovery.edit.po +3 -3
  39. data/locale/pt_BR/foreman_discovery.po +1 -1
  40. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/ru/foreman_discovery.edit.po +3 -3
  42. data/locale/ru/foreman_discovery.po +1 -1
  43. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/sv_SE/foreman_discovery.edit.po +3 -3
  45. data/locale/sv_SE/foreman_discovery.po +1 -1
  46. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/zh_CN/foreman_discovery.edit.po +3 -3
  48. data/locale/zh_CN/foreman_discovery.po +1 -1
  49. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/zh_TW/foreman_discovery.edit.po +3 -3
  51. data/locale/zh_TW/foreman_discovery.po +1 -1
  52. data/package.json +1 -1
  53. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 633d9a0f20147b982f23bbcc7fe02eb210bdbb060ac2f304b098620981502899
4
- data.tar.gz: e80520e5eacd123161aa6da427e8185ff0d52dd44d8925319391563ba2634372
3
+ metadata.gz: c78bc0033ae03a21bab354027fb4e558843d5edb1864734981a0344664ec9f86
4
+ data.tar.gz: 6591b5945a143809692adb9a1142a9afcad882bb517f72a84e703404a5280ff5
5
5
  SHA512:
6
- metadata.gz: 36a6ab1d08a10291ba5fa6665649fbaa2b23779305b83826b86a62c1644d9f4545e069c1eba6d13cac27789c50faa2093058de9396d60a06d36f212d995f17c4
7
- data.tar.gz: 8c2e52c9eee44e6bd3f22098059395e10b4250d193b331b787bb87ffc7f222911510e650645e6d9ff26bd46245680060e7f033fde62bc8bdf0c13d8f39e7aea0
6
+ metadata.gz: 58de4460623202231dcace45ca3e65705903bfcc566638bd5b9451332c4d309dd3fef9fbc076b0372925b299d14dac62d2361a04e11a9ab842d0c768ced96350
7
+ data.tar.gz: 92138ff2a71e0a4f3a164a6b3e9d7b7978c0f870d7afa839c018b89d908a9229747f3932918ce4cada11fb17dbdff88d797776ee82d779d5e1dc20405c594ca5
@@ -97,4 +97,9 @@ module DiscoveredHostsHelper
97
97
  return super unless controller_name == 'discovered_hosts'
98
98
  discovered_host_path(host)
99
99
  end
100
+
101
+ def discovery_doc_url
102
+ doc_version = Foreman::Plugin.find(:foreman_discovery).version.scan(/\d+\.\d+/).first
103
+ "https://theforeman.org/plugins/foreman_discovery/#{doc_version}"
104
+ end
100
105
  end
@@ -11,6 +11,5 @@
11
11
  <%= notifications %>
12
12
  <div id="organization-id" data-id="<%= Organization.current.id if Organization.current %>" ></div>
13
13
  <div id="user-id" data-id="<%= User.current.id if User.current %>" ></div>
14
- <%= react_component('DiscoveredHosts',
15
- docUrl: "https://theforeman.org/plugins/foreman_discovery/#{ForemanDiscovery::VERSION.scan(/\d+\.\d+/).first}/index.html" ) %>
14
+ <%= react_component('DiscoveredHosts', docUrl: discovery_doc_url ) %>
16
15
  <% end %>
@@ -43,7 +43,7 @@ module ForemanDiscovery
43
43
 
44
44
  initializer 'foreman_discovery.register_plugin', :before => :finisher_hook do |app|
45
45
  Foreman::Plugin.register :foreman_discovery do
46
- requires_foreman '>= 2.2'
46
+ requires_foreman '>= 2.3'
47
47
 
48
48
  # discovered hosts permissions
49
49
  security_block :discovery do
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "16.3.1"
2
+ VERSION = "16.3.4"
3
3
  end
@@ -7,7 +7,7 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.2.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -1046,11 +1046,11 @@ msgid "Import Puppet classes"
1046
1046
  msgstr ""
1047
1047
 
1048
1048
  #: action_names.rb:4
1049
- msgid "Action with sub plans"
1049
+ msgid "Import facts"
1050
1050
  msgstr ""
1051
1051
 
1052
1052
  #: action_names.rb:5
1053
- msgid "Import facts"
1053
+ msgid "Action with sub plans"
1054
1054
  msgstr ""
1055
1055
 
1056
1056
  #~ msgid "Learn more about this in the documentation."
@@ -7,7 +7,7 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.2.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -14,7 +14,7 @@
14
14
  # stbenjam <stephen@redhat.com>, 2016
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: foreman_discovery 16.2.0\n"
17
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
20
  "Last-Translator: Transifex Bot <>\n"
@@ -1052,11 +1052,11 @@ msgid "Import Puppet classes"
1052
1052
  msgstr ""
1053
1053
 
1054
1054
  #: action_names.rb:4
1055
- msgid "Action with sub plans"
1055
+ msgid "Import facts"
1056
1056
  msgstr ""
1057
1057
 
1058
1058
  #: action_names.rb:5
1059
- msgid "Import facts"
1059
+ msgid "Action with sub plans"
1060
1060
  msgstr ""
1061
1061
 
1062
1062
  #~ msgid "Learn more about this in the documentation."
@@ -14,7 +14,7 @@
14
14
  # stbenjam <stephen@redhat.com>, 2016
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: foreman_discovery 16.2.0\n"
17
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
20
  "Last-Translator: Transifex Bot <>\n"
@@ -2,7 +2,7 @@
2
2
  # This file is distributed under the same license as the foreman_discovery package.
3
3
  msgid ""
4
4
  msgstr ""
5
- "Project-Id-Version: foreman_discovery 16.2.0\n"
5
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
6
6
  "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
7
7
  "PO-Revision-Date: 2015-12-27 01:18+0000\n"
8
8
  "Last-Translator: \n"
@@ -1039,9 +1039,9 @@ msgid "Import Puppet classes"
1039
1039
  msgstr ""
1040
1040
 
1041
1041
  #: action_names.rb:4
1042
- msgid "Action with sub plans"
1042
+ msgid "Import facts"
1043
1043
  msgstr ""
1044
1044
 
1045
1045
  #: action_names.rb:5
1046
- msgid "Import facts"
1046
+ msgid "Action with sub plans"
1047
1047
  msgstr ""
@@ -2,7 +2,7 @@
2
2
  # This file is distributed under the same license as the foreman_discovery package.
3
3
  msgid ""
4
4
  msgstr ""
5
- "Project-Id-Version: foreman_discovery 16.2.0\n"
5
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
6
6
  "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
7
7
  "PO-Revision-Date: 2015-12-27 01:18+0000\n"
8
8
  "Last-Translator: \n"
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -1049,11 +1049,11 @@ msgid "Import Puppet classes"
1049
1049
  msgstr ""
1050
1050
 
1051
1051
  #: action_names.rb:4
1052
- msgid "Action with sub plans"
1052
+ msgid "Import facts"
1053
1053
  msgstr ""
1054
1054
 
1055
1055
  #: action_names.rb:5
1056
- msgid "Import facts"
1056
+ msgid "Action with sub plans"
1057
1057
  msgstr ""
1058
1058
 
1059
1059
  #~ msgid "Learn more about this in the documentation."
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -9,7 +9,7 @@
9
9
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 16.2.0\n"
12
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
15
  "Last-Translator: Transifex Bot <>\n"
@@ -1048,11 +1048,11 @@ msgid "Import Puppet classes"
1048
1048
  msgstr ""
1049
1049
 
1050
1050
  #: action_names.rb:4
1051
- msgid "Action with sub plans"
1051
+ msgid "Import facts"
1052
1052
  msgstr ""
1053
1053
 
1054
1054
  #: action_names.rb:5
1055
- msgid "Import facts"
1055
+ msgid "Action with sub plans"
1056
1056
  msgstr ""
1057
1057
 
1058
1058
  #~ msgid "Learn more about this in the documentation."
@@ -9,7 +9,7 @@
9
9
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 16.2.0\n"
12
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
15
  "Last-Translator: Transifex Bot <>\n"
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-10-29 12:15+0100\n"
12
- "PO-Revision-Date: 2020-10-29 12:15+0100\n"
11
+ "POT-Creation-Date: 2020-11-10 16:45+0100\n"
12
+ "PO-Revision-Date: 2020-11-10 16:45+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -1132,9 +1132,9 @@ msgid "Import Puppet classes"
1132
1132
  msgstr ""
1133
1133
 
1134
1134
  #: action_names.rb:4
1135
- msgid "Action with sub plans"
1135
+ msgid "Import facts"
1136
1136
  msgstr ""
1137
1137
 
1138
1138
  #: action_names.rb:5
1139
- msgid "Import facts"
1139
+ msgid "Action with sub plans"
1140
1140
  msgstr ""
@@ -8,7 +8,7 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.2.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -1046,11 +1046,11 @@ msgid "Import Puppet classes"
1046
1046
  msgstr ""
1047
1047
 
1048
1048
  #: action_names.rb:4
1049
- msgid "Action with sub plans"
1049
+ msgid "Import facts"
1050
1050
  msgstr ""
1051
1051
 
1052
1052
  #: action_names.rb:5
1053
- msgid "Import facts"
1053
+ msgid "Action with sub plans"
1054
1054
  msgstr ""
1055
1055
 
1056
1056
  #~ msgid "Learn more about this in the documentation."
@@ -8,7 +8,7 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.2.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -1044,9 +1044,9 @@ msgid "Import Puppet classes"
1044
1044
  msgstr ""
1045
1045
 
1046
1046
  #: action_names.rb:4
1047
- msgid "Action with sub plans"
1047
+ msgid "Import facts"
1048
1048
  msgstr ""
1049
1049
 
1050
1050
  #: action_names.rb:5
1051
- msgid "Import facts"
1051
+ msgid "Action with sub plans"
1052
1052
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -7,7 +7,7 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.2.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -1046,9 +1046,9 @@ msgid "Import Puppet classes"
1046
1046
  msgstr ""
1047
1047
 
1048
1048
  #: action_names.rb:4
1049
- msgid "Action with sub plans"
1049
+ msgid "Import facts"
1050
1050
  msgstr ""
1051
1051
 
1052
1052
  #: action_names.rb:5
1053
- msgid "Import facts"
1053
+ msgid "Action with sub plans"
1054
1054
  msgstr ""
@@ -7,7 +7,7 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.2.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -6,7 +6,7 @@
6
6
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 16.2.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -1045,11 +1045,11 @@ msgid "Import Puppet classes"
1045
1045
  msgstr ""
1046
1046
 
1047
1047
  #: action_names.rb:4
1048
- msgid "Action with sub plans"
1048
+ msgid "Import facts"
1049
1049
  msgstr ""
1050
1050
 
1051
1051
  #: action_names.rb:5
1052
- msgid "Import facts"
1052
+ msgid "Action with sub plans"
1053
1053
  msgstr ""
1054
1054
 
1055
1055
  #~ msgid "Learn more about this in the documentation."
@@ -6,7 +6,7 @@
6
6
  # 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 16.2.0\n"
9
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -1043,9 +1043,9 @@ msgid "Import Puppet classes"
1043
1043
  msgstr ""
1044
1044
 
1045
1045
  #: action_names.rb:4
1046
- msgid "Action with sub plans"
1046
+ msgid "Import facts"
1047
1047
  msgstr ""
1048
1048
 
1049
1049
  #: action_names.rb:5
1050
- msgid "Import facts"
1050
+ msgid "Action with sub plans"
1051
1051
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -10,7 +10,7 @@
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -1049,11 +1049,11 @@ msgid "Import Puppet classes"
1049
1049
  msgstr ""
1050
1050
 
1051
1051
  #: action_names.rb:4
1052
- msgid "Action with sub plans"
1052
+ msgid "Import facts"
1053
1053
  msgstr ""
1054
1054
 
1055
1055
  #: action_names.rb:5
1056
- msgid "Import facts"
1056
+ msgid "Action with sub plans"
1057
1057
  msgstr ""
1058
1058
 
1059
1059
  #~ msgid "Learn more about this in the documentation."
@@ -10,7 +10,7 @@
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -10,7 +10,7 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -1055,9 +1055,9 @@ msgid "Import Puppet classes"
1055
1055
  msgstr ""
1056
1056
 
1057
1057
  #: action_names.rb:4
1058
- msgid "Action with sub plans"
1058
+ msgid "Import facts"
1059
1059
  msgstr ""
1060
1060
 
1061
1061
  #: action_names.rb:5
1062
- msgid "Import facts"
1062
+ msgid "Action with sub plans"
1063
1063
  msgstr ""
@@ -10,7 +10,7 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.2.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -8,7 +8,7 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.2.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -1047,9 +1047,9 @@ msgid "Import Puppet classes"
1047
1047
  msgstr ""
1048
1048
 
1049
1049
  #: action_names.rb:4
1050
- msgid "Action with sub plans"
1050
+ msgid "Import facts"
1051
1051
  msgstr ""
1052
1052
 
1053
1053
  #: action_names.rb:5
1054
- msgid "Import facts"
1054
+ msgid "Action with sub plans"
1055
1055
  msgstr ""
@@ -8,7 +8,7 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.2.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -1044,11 +1044,11 @@ msgid "Import Puppet classes"
1044
1044
  msgstr ""
1045
1045
 
1046
1046
  #: action_names.rb:4
1047
- msgid "Action with sub plans"
1047
+ msgid "Import facts"
1048
1048
  msgstr ""
1049
1049
 
1050
1050
  #: action_names.rb:5
1051
- msgid "Import facts"
1051
+ msgid "Action with sub plans"
1052
1052
  msgstr ""
1053
1053
 
1054
1054
  #~ msgid "Learn more about this in the documentation."
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -1044,9 +1044,9 @@ msgid "Import Puppet classes"
1044
1044
  msgstr ""
1045
1045
 
1046
1046
  #: action_names.rb:4
1047
- msgid "Action with sub plans"
1047
+ msgid "Import facts"
1048
1048
  msgstr ""
1049
1049
 
1050
1050
  #: action_names.rb:5
1051
- msgid "Import facts"
1051
+ msgid "Action with sub plans"
1052
1052
  msgstr ""
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 16.2.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
11
  "Last-Translator: Transifex Bot <>\n"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_discovery",
3
- "version": "16.2.0",
3
+ "version": "16.3.4",
4
4
  "description": "This plugin enables Foreman to do automatic bare-metal discovery of unknown nodes on the provisioning network.",
5
5
  "main": "index.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_discovery
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.3.1
4
+ version: 16.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aditi Puntambekar
@@ -55,6 +55,7 @@ authors:
55
55
  - Phirince Philip
56
56
  - Rahul Bajaj
57
57
  - Robert Antoni Buj Gelonch
58
+ - Ron Lavi
58
59
  - Scubafloyd
59
60
  - Sean O\'Keeffe
60
61
  - Sebastian Gräßl
@@ -71,7 +72,7 @@ authors:
71
72
  autorequire:
72
73
  bindir: bin
73
74
  cert_chain: []
74
- date: 2020-10-29 00:00:00.000000000 Z
75
+ date: 2020-11-10 00:00:00.000000000 Z
75
76
  dependencies: []
76
77
  description: MaaS Discovery Plugin engine for Foreman
77
78
  email: gsutclif@redhat.com