imagemaster3000 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 44586ae5ff59b3b0fd2b69f3a68b10e986298e46
4
- data.tar.gz: 4e031df88184d4fd4d683d2bbe42628a9afc0bb7
3
+ metadata.gz: 0bf21239434489d0785772c0c87d1196e59fa578
4
+ data.tar.gz: 35416c5698f997f32cdfc489b7f6153e089d2bb8
5
5
  SHA512:
6
- metadata.gz: 69b7ec75eb226bdbb807fb093808fb62ee08034a4f0615561dcd08d4160bdb1e57a3b8526668827a5a4dd44af93ac04f8eaa6c2794f56b5078fa987fd2eea30c
7
- data.tar.gz: afc4dc785509a3e9ecf5777eb07345bb18ad1914a963c9a94789694712530f5ff5c6aa42ae1f22cdb883a7247f2b646d296c01e983760dcc3376d279ef8ee254
6
+ metadata.gz: 2fa58029147e0421d4df10c15ea5af35ecf9f7be1a2e31ef35f98a3ee67a5dada1a8fe3985bff35323bbd70e7c0390baf495ef5f79cd390a57a1c6b871b67c65
7
+ data.tar.gz: 8754773e67451563527d37f811cc30711ac1a9ea275be2cd95baeda66871cc29b4180998d34043bcf0077276cfa04b4dc24abeb214a6e78bcb433369b4301fa1
@@ -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/images/ # Directory where to temporarily store images
4
- image-list: /var/spool/imagemaster3000/image-list/imagemaster3000.list # Name and path of generated image list
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
@@ -1,3 +1,3 @@
1
1
  module Imagemaster3000
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
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.0
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-02 00:00:00.000000000 Z
11
+ date: 2017-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler