foreman_templates 10.0.6 → 10.0.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be7f22c107021e0017549136139fe23f038b495e04c37029d8fb6dba556d53f0
|
4
|
+
data.tar.gz: 3b6321421ec9e14f639b30de8ef49e02214cf178d167b4f9065a7d7cd5060d81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5eec19ebf668d90967003e1037e3bf0bb01f03f3a7effbd138e4096597ed086bb5df65d844bf3990fe5c2f70f972f453e0ae50ca2de26d4928d7f856afa7714
|
7
|
+
data.tar.gz: 0fa8196222879723fa8eada86c2f465aea7a8827151355cdc88e796f24ee416f0b0dd396383855de9526cdc13fbb7662a8529214b4290fd0fb8b909c83c3cf8a
|
@@ -13,8 +13,8 @@ module Api
|
|
13
13
|
param :filter, String, :required => false, :desc => N_("Export templates with names matching this regex (case-insensitive; snippets are not filtered).")
|
14
14
|
param :negate, :bool, :required => false, :desc => N_("Negate the prefix (for purging).")
|
15
15
|
param :dirname, String, :required => false, :desc => N_("Directory within Git repo containing the templates.")
|
16
|
-
param :http_proxy_policy, ForemanTemplates.http_proxy_policy_types.keys, :required => false, :desc => N_("HTTP proxy policy for template sync. \
|
17
|
-
Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter.")
|
16
|
+
param :http_proxy_policy, ForemanTemplates.http_proxy_policy_types.keys, :required => false, :desc => N_("HTTP proxy policy for template sync." \
|
17
|
+
" Use only when synchronizing templates through the HTTP or the HTTPS protocol. If you choose 'selected', provide the `http_proxy_id` parameter.")
|
18
18
|
param :http_proxy_id, :number, :required => false, :desc => N_("ID of an HTTP proxy to use for template sync. Use this parameter together with `'http_proxy_policy':'selected'`")
|
19
19
|
end
|
20
20
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_templates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.0.
|
4
|
+
version: 10.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Sutcliffe
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: diffy
|
@@ -261,7 +260,6 @@ homepage: https://github.com/theforeman/foreman_templates
|
|
261
260
|
licenses:
|
262
261
|
- GPL-3.0
|
263
262
|
metadata: {}
|
264
|
-
post_install_message:
|
265
263
|
rdoc_options: []
|
266
264
|
require_paths:
|
267
265
|
- lib
|
@@ -276,8 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
276
274
|
- !ruby/object:Gem::Version
|
277
275
|
version: '0'
|
278
276
|
requirements: []
|
279
|
-
rubygems_version: 3.
|
280
|
-
signing_key:
|
277
|
+
rubygems_version: 3.6.2
|
281
278
|
specification_version: 4
|
282
279
|
summary: Template-syncing engine for Foreman
|
283
280
|
test_files: []
|