foreman_puppet 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80c2355783d6696a0c201214e7447b649e387f82e1585a349b1eeb3e13b7717b
|
4
|
+
data.tar.gz: 6dcd3c36bc6ffbcf8249f0916c1e96c8d9ce0fed6d6fe4bd933bea22487fef60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b9474051ad593d3492e3f987cb07d379901b9df21f8e2034ff0965a275cb86375f5dff6d7b427428387a7f83596e59cfc9a847cb3a7b3af3acff8bc67540c6
|
7
|
+
data.tar.gz: 96957f843bcd42ce54dee222fcfc00b4abfa0fda1ea12ec73e7bf44bbcbe0b9dbfb820585743e05335b226d71fed431a4522251582629cf5bc538ef493a29277
|
@@ -11,7 +11,7 @@ module ForemanPuppet
|
|
11
11
|
def environments_title_actions
|
12
12
|
title_actions import_proxy_select(hash_for_import_environments_environments_path.merge(engine: foreman_puppet)),
|
13
13
|
button_group(new_link(_('Create Puppet Environment'), { engine: foreman_puppet }, id: 'new_environment')),
|
14
|
-
button_group(
|
14
|
+
button_group(link_to(_('Help'), { action: 'welcome' }, { class: 'btn btn-default' }))
|
15
15
|
end
|
16
16
|
end
|
17
17
|
end
|
@@ -2,7 +2,9 @@
|
|
2
2
|
<% content_for(:search_bar) { } %>
|
3
3
|
<% title _('Config Groups') %>
|
4
4
|
|
5
|
-
<% title_actions
|
5
|
+
<% title_actions(
|
6
|
+
new_link(_('Create Config Group'), { engine: foreman_puppet }, id: 'new_config_group'),
|
7
|
+
link_to(_('Help'), { action: 'welcome' }, { class: 'btn btn-default' })) %>
|
6
8
|
|
7
9
|
<table class="<%= table_css_classes 'table-fixed' %>">
|
8
10
|
<thead>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ondřej Ezr
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-
|
12
|
+
date: 2022-03-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Allow assigning Puppet environments and classes to the Foreman Hosts.
|
15
15
|
email:
|