foreman_theme_satellite 15.3.2 → 15.3.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6d02eb23b38e9924836adbfd71f6748bbdc1d5b3af0ed82c3d1b52066461dfd
4
- data.tar.gz: 9afca6a75ff7321ce878eeb56d8edf8997fb1f1876b2a38b2755b7f1080b2aff
3
+ metadata.gz: 0cb835073b5c5be73363cd40e02b9977ee786815ccd5a0443783d775b22dadb3
4
+ data.tar.gz: f3d099fe07e5e03554f919a37107152dad400c156c4aa85766f0ef0a19df8380
5
5
  SHA512:
6
- metadata.gz: 75b46bf249cf901d7e6d2086fe14cea99b133b44cfbe06abf2860706cc00ebcabdbc0a7a5d700605c3bf017fa543e8593a894298e37a58ed82998f1901d3d28b
7
- data.tar.gz: 5ed699558e7a61341c44b71bae86e9007db808db0853f7a59a90f51d5022c42145955f0ada53fcd08e78d699117fb843298e15ffb004648d2b03aa5be704a8bf
6
+ metadata.gz: b6e6e91474c7f47f9982552b00826dfedf18c7db03ded07a10f0a86b05346b033cbca448bb229d065676381fa56b6fa5591f9d3f04641179a8553c46072a2b0d
7
+ data.tar.gz: a2172d0e458bc9fbb8f5c0d458bf2f2d0125df15905a1a30e5adcf5b8fc5471bd350a54098ee068f5590b3dfc91c702f96ff002a3b2400a836f63f97ef448612
@@ -21,7 +21,7 @@ end %>
21
21
  <% end %>
22
22
  <div class="eol-banner-content">
23
23
  <%= _("For up to date information about Satellite's lifecycle see ") %><a href="https://access.redhat.com/support/policy/updates/satellite"><%= _("Red Hat Satellite Product Life Cycle") %></a>.
24
- <%= _("Kindly plan to upgrade Satellite to the supported version, for upgrade guidance see ") %><a href="https://access.redhat.com/labsinfo/satelliteupgradehelper "><%= _("Red Hat Satellite Upgrade Helper") %>.
24
+ <%= _("Kindly plan to upgrade Satellite to the supported version, for upgrade guidance see ") %><a href="https://access.redhat.com/labsinfo/satelliteupgradehelper"><%= _("Red Hat Satellite Upgrade Helper") %>.
25
25
  </div>
26
26
  </div>
27
27
  <span id="satellite-oel-banner-dismiss-button" style="position: absolute; font-size: 20px; top: 0px; right: 5px; cursor: pointer;">&times;</span>
@@ -6,8 +6,8 @@ module ForemanThemeSatellite
6
6
  USER_GUIDE_DICTIONARY = {
7
7
  # Managing Hosts
8
8
  'ForemanRemoteExecution' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring_and_setting_up_remote_jobs_managing-hosts",
9
- 'ExecutingaJob' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring_and_setting_up_remote_jobs_managing-hosts#Configuring_the_Global_capsule_Remote_Execution_Setting_in_satellite_managing-hosts",
10
- 'JobTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring_and_setting_up_remote_jobs_managing-hosts#setting-up-job-templates_managing-hosts",
9
+ 'ExecutingaJob' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring_and_setting_up_remote_jobs_managing-hosts#configuring-the-global-capsule-remote-execution-setting-by-using-web-ui",
10
+ 'JobTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/configuring_and_setting_up_remote_jobs_managing-hosts#customizing-job-templates",
11
11
  'ReportTemplates' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/using_report_templates_to_monitor_hosts_managing-hosts",
12
12
  'Reports' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/using_report_templates_to_monitor_hosts_managing-hosts",
13
13
 
@@ -38,7 +38,7 @@ module ForemanThemeSatellite
38
38
 
39
39
  # Administering
40
40
  'ConfigurationOptions' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/",
41
- 'PuppetReports' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/monitoring_resources_admin#Using_the_Project_Content_Dashboard_admin",
41
+ 'PuppetReports' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/monitoring-satellite-resources#Using_the_Project_Content_Dashboard_admin",
42
42
  'Mail_Notifications' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/configuring_email_notifications_admin",
43
43
  'Realm' => "#{ForemanThemeSatellite.documentation_root}/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#configuring-project-to-manage-the-lifecycle-of-a-host-registered-to-a-freeipa-realm_satellite",
44
44
  'Searching' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/searching_and_bookmarking_admin",
@@ -46,7 +46,7 @@ module ForemanThemeSatellite
46
46
  'LDAPAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/configuring-an-ldap-server-as-an-external-identity-provider-for-project_authentication",
47
47
  'ExternalAuthentication' => "#{ForemanThemeSatellite.documentation_root}/configuring_authentication_for_red_hat_satellite_users/",
48
48
  'Bookmarks' => "#{ForemanThemeSatellite.documentation_root}/administering_red_hat_satellite/searching_and_bookmarking_admin",
49
- 'Policydeploymentoptions' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/compliance-policy-deployment-options_security-compliance",
49
+ 'Policydeploymentoptions' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/configuring-compliance-policy-deployment-methods_security-compliance#compliance-policy-deployment-options_security-compliance",
50
50
  'CreatingSCAPcontent' => "#{ForemanThemeSatellite.documentation_root}/managing_security_compliance/configuring_scap_contents_security-compliance",
51
51
 
52
52
  # Planning
@@ -1,3 +1,3 @@
1
1
  module ForemanThemeSatellite
2
- VERSION = '15.3.2'.freeze
2
+ VERSION = '15.3.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_theme_satellite
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.3.2
4
+ version: 15.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shimon Stein