hammer_cli_katello 0.19.1 → 0.19.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d2b30e958f929fc2fedbe5fe789e28cdeb4983a435a1321f824dd00cba28ddd
|
|
4
|
+
data.tar.gz: 544f0f8c49df77a184272d8a726af95a894807655861c4309478b8b709a6c46d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 861eea30b18630224089d34e3bc6a9131cfbe01c6f9dc172a7ab0dc4471d61ab780ebc97c4ef9ee8d084378f28cf84fa5da5e749de6a8db4cfcb3be058071c6f
|
|
7
|
+
data.tar.gz: e1fa7a8bb29701c48ed214254ae0e089fa1c4665af88ecfa523456b5b16af70edd05f95aed76dd124f3a58f29178af51ad4128d7ff8877ad18646ccb2db7587c
|
|
@@ -35,6 +35,8 @@ module HammerCLIKatello
|
|
|
35
35
|
field :composite, _("Composite")
|
|
36
36
|
field :description, _("Description")
|
|
37
37
|
field :content_host_count, _("Content Host Count")
|
|
38
|
+
field :force_puppet_environment, _("Force Puppet")
|
|
39
|
+
field :solve_dependencies, _("Solve Dependencies")
|
|
38
40
|
|
|
39
41
|
from :organization do
|
|
40
42
|
field :name, _("Organization")
|
|
@@ -498,7 +498,8 @@ module HammerCLIKatello
|
|
|
498
498
|
library_repos = index(
|
|
499
499
|
:repositories,
|
|
500
500
|
'organization_id' => organization_id,
|
|
501
|
-
'library' => true
|
|
501
|
+
'library' => true,
|
|
502
|
+
'label' => repo['label']
|
|
502
503
|
)
|
|
503
504
|
|
|
504
505
|
library_repo = library_repos.select do |candidate_repo|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_katello
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.19.
|
|
4
|
+
version: 0.19.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Price
|
|
@@ -35,7 +35,7 @@ authors:
|
|
|
35
35
|
autorequire:
|
|
36
36
|
bindir: bin
|
|
37
37
|
cert_chain: []
|
|
38
|
-
date: 2019-
|
|
38
|
+
date: 2019-10-15 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: hammer_cli_foreman
|
|
@@ -497,7 +497,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
497
497
|
- !ruby/object:Gem::Version
|
|
498
498
|
version: '0'
|
|
499
499
|
requirements: []
|
|
500
|
-
rubygems_version: 3.0.
|
|
500
|
+
rubygems_version: 3.0.6
|
|
501
501
|
signing_key:
|
|
502
502
|
specification_version: 4
|
|
503
503
|
summary: Katello commands for Hammer
|