hammer_cli_import 0.10.22 → 0.10.23
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 +4 -4
- data/lib/hammer_cli_import/all.rb +1 -1
- data/lib/hammer_cli_import/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a49f9fd808fe88a5293f365ee77494e9f9a04a0
|
|
4
|
+
data.tar.gz: c1c86671d4c244ba77df04e81f503829f0ecfb4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 680c4f81cc797422e99a8ad83187cb02f197a2662d13e7ab2f0adbf8b2f624a4015854b9021b45763f7c6d4f582531aa75ad4469bbce01eab42f451fabe3bd13
|
|
7
|
+
data.tar.gz: 0b2fe41e6805f56e67244c73de64fb2a8cd205d3b35df61d57fcc4a1ad03848805c5cef9ba4d5174d7577b9dd9977109b37613fc3035dee26d89fbbef99f64eb
|
|
@@ -31,7 +31,7 @@ module HammerCLIImport
|
|
|
31
31
|
command_name 'all'
|
|
32
32
|
desc 'Load ALL data from a specified directory that is in spacewalk-export format.'
|
|
33
33
|
|
|
34
|
-
option ['--directory'], 'DIR_PATH', '
|
|
34
|
+
option ['--directory'], 'DIR_PATH', 'The directory where the export file was extracted', :default => '/tmp/exports'
|
|
35
35
|
option ['--delete'], :flag, 'Delete entities instead of importing them', :default => false
|
|
36
36
|
option ['--macro_mapping'], 'FILE', 'Mapping of Satellite-5 config-file-macros to puppet facts'
|
|
37
37
|
option ['--manifest-directory'], 'DIR_PATH', 'Directory holding manifests'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_import
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "@mkollar"
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-02-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: hammer_cli
|