boxen 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "boxen"
5
- gem.version = "1.1.0"
5
+ gem.version = "1.1.1"
6
6
  gem.authors = ["John Barnette", "Will Farrington"]
7
7
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
8
8
  gem.description = "Manage Mac development boxes with love (and Puppet)."
@@ -39,6 +39,10 @@ module Boxen
39
39
  flags << ["--manifestdir", "#{config.repodir}/manifests"]
40
40
  flags << ["--modulepath", "#{config.repodir}/modules:#{config.repodir}/shared"]
41
41
 
42
+ # Don't ever complain about Hiera to me
43
+
44
+ flags << ["--hiera_config", "/dev/null"]
45
+
42
46
  # Log to both the console and a file.
43
47
 
44
48
  flags << ["--logdest", config.logfile]
@@ -92,6 +96,8 @@ module Boxen
92
96
  end
93
97
  end
94
98
 
99
+ warn command.join(" ") if config.debug?
100
+
95
101
  Boxen::Util.sudo *command
96
102
 
97
103
  Status.new($?.exitstatus)
@@ -38,6 +38,8 @@ class BoxenPuppeteerTest < Boxen::Test
38
38
  assert_flag_value "--manifestdir", :anything, flags
39
39
  assert_flag_value "--modulepath", :anything, flags
40
40
 
41
+ assert_flag_value "--hiera_config", "/dev/null", flags
42
+
41
43
  assert_flag_value "--logdest", "logfile", flags
42
44
  assert_flag_value "--logdest", "console", flags
43
45
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 0
9
- version: 1.1.0
8
+ - 1
9
+ version: 1.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - John Barnette
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-04-01 00:00:00 -06:00
18
+ date: 2013-04-10 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency