imagemaster3000 0.1.0 → 0.1.1
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/config/imagemaster3000.yml +2 -2
- data/lib/imagemaster3000/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: 0bf21239434489d0785772c0c87d1196e59fa578
|
|
4
|
+
data.tar.gz: 35416c5698f997f32cdfc489b7f6153e089d2bb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fa58029147e0421d4df10c15ea5af35ecf9f7be1a2e31ef35f98a3ee67a5dada1a8fe3985bff35323bbd70e7c0390baf495ef5f79cd390a57a1c6b871b67c65
|
|
7
|
+
data.tar.gz: 8754773e67451563527d37f811cc30711ac1a9ea275be2cd95baeda66871cc29b4180998d34043bcf0077276cfa04b4dc24abeb214a6e78bcb433369b4301fa1
|
data/config/imagemaster3000.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
imagemaster3000:
|
|
2
2
|
definitions-dir: # If set, definitions in this direcotry are used to download and modify images
|
|
3
|
-
image-dir: /var/spool/imagemaster3000/
|
|
4
|
-
image-list: /var/spool/imagemaster3000/
|
|
3
|
+
image-dir: /var/spool/imagemaster3000/ # Directory where to temporarily store images
|
|
4
|
+
image-list: /var/spool/imagemaster3000/imagemaster3000.list # Name and path of generated image list
|
|
5
5
|
endpoint: http://localhost/ # Endpoint where image list will be available
|
|
6
6
|
certificate: /etc/grid-security/cert.pem # Certificate to sign image list with
|
|
7
7
|
key: /etc/grid-security/key.pem # Key to sign image list with
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imagemaster3000
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Kimle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|