kafo 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of kafo might be problematic. Click here for more details.
- data/kafo.gemspec +1 -1
- data/lib/kafo/configuration.rb +1 -1
- data/lib/kafo/version.rb +1 -1
- metadata +2 -2
data/kafo.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.email = ["ares@igloonet.cz"]
|
13
13
|
spec.description = %q{A gem for making installations based on puppet user friendly}
|
14
14
|
spec.summary = %q{If you write puppet modules for installing your software, you can use kafo to create powerful installer}
|
15
|
-
spec.homepage = "https://github.com/theforeman/kafo
|
15
|
+
spec.homepage = "https://github.com/theforeman/kafo"
|
16
16
|
spec.license = "GPLv3+"
|
17
17
|
|
18
18
|
spec.files = `git ls-files`.split($/)
|
data/lib/kafo/configuration.rb
CHANGED
@@ -38,7 +38,7 @@ class Configuration
|
|
38
38
|
@params_default_values ||= begin
|
39
39
|
@logger.info "Parsing default values from puppet modules..."
|
40
40
|
# TODO not dry, kafo_configure.rb does similar thing
|
41
|
-
modules_path = "modules:#{File.join(gem_root_path, '
|
41
|
+
modules_path = "modules:#{File.join(gem_root_path, 'modules')}"
|
42
42
|
@logger.debug `echo '#{includes} dump_values(#{params})' | puppet apply --modulepath #{modules_path} 2>&1`
|
43
43
|
unless $?.exitstatus == 0
|
44
44
|
@logger.error "Could not get default values, cannot continue"
|
data/lib/kafo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kafo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -167,7 +167,7 @@ files:
|
|
167
167
|
- modules/kafo_configure/lib/puppet/parser/functions/loadanyyaml.rb
|
168
168
|
- modules/kafo_configure/manifests/init.pp
|
169
169
|
- modules/kafo_configure/manifests/yaml_to_class.pp
|
170
|
-
homepage: https://github.com/theforeman/kafo
|
170
|
+
homepage: https://github.com/theforeman/kafo
|
171
171
|
licenses:
|
172
172
|
- GPLv3+
|
173
173
|
post_install_message:
|