platanus / our-boxen

MIT License
6 stars 1 forks source link

Failed for jidonoso #385

Closed blackjid closed 8 years ago

blackjid commented 8 years ago

Running on black-mac.platanus.local (OS X 10.11.3) under /opt/boxen/homebrew/bin/zsh, version d30b1deac6e98cef765860d038051ff73cc2787e (compare to master).

Changes

M Puppetfile
?? npm-debug.log

Puppet Command

/opt/boxen/repo/bin/puppet apply --group admin --confdir /tmp/boxen/puppet/conf --vardir /tmp/boxen/puppet/var --libdir /opt/boxen/repo/lib --libdir /opt/boxen/repo/.bundle/ruby/2.0.0/gems/boxen-2.8.0/lib --modulepath /opt/boxen/repo/modules:/opt/boxen/repo/shared --hiera_config /opt/boxen/repo/config/hiera.yaml --logdest /opt/boxen/repo/log/boxen.log --logdest console --no-report --detailed-exitcodes --show_diff /opt/boxen/repo/manifests

Output (from /opt/boxen/repo/log/boxen.log)

2016-04-11 10:13:18 -0400 Puppet (err): Unable to set ownership of log file
2016-04-11 10:13:25 -0400 Puppet (notice): Compiled catalog for black-mac.platanus.local in environment production in 4.62 seconds
2016-04-11 10:13:29 -0400 /Stage[main]/Osx::Dock::Clear_dock/Boxen::Osx_defaults[Remove all the pinned icons]/Exec[osx_defaults write  com.apple.dock:persistent-apps=>()]/returns (notice): executed successfully
2016-04-11 10:13:30 -0400 /Stage[main]/Osx::Dock/Exec[killall Dock] (notice): Triggered 'refresh' from 1 events
2016-04-11 10:13:32 -0400 /Stage[main]/Ruby::Build/Repository[/opt/boxen/ruby-build]/ensure (notice): ensure changed 'update' to 'v20150413'
2016-04-11 10:13:33 -0400 /Stage[main]/Ruby::Rbenv/Repository[/opt/boxen/rbenv]/ensure (notice): ensure changed 'update' to 'v0.4.0'
2016-04-11 10:13:34 -0400 /Stage[main]/Nginx/Homebrew::Formula[nginx]/File[/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/nginx.rb]/content (notice): 
--- /opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/nginx.rb  2015-08-13 16:43:47.000000000 -0400
+++ /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/puppet-file20160411-40425-scrpc7   2016-04-11 10:13:34.000000000 -0400
@@ -2,9 +2,9 @@

 class Nginx < Formula
   homepage 'http://nginx.org/'
-  url 'http://nginx.org/download/nginx-1.6.2.tar.gz'
-  sha1 '1a5458bc15acf90eea16353a1dd17285cf97ec35'
-  version '1.6.2-boxen1'
+  url "http://nginx.org/download/nginx-1.8.0.tar.gz"
+  sha256 "23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5"
+  version '1.8.0-boxen2'

   depends_on 'pcre'

@@ -18,6 +18,9 @@
     ]
   end

+  depends_on "pcre"
+  depends_on "openssl" => :recommended
+
   def passenger_config_args
       passenger_root = `passenger-config --root`.chomp

@@ -32,12 +35,17 @@
   end

   def install
+    pcre = Formula["pcre"]
+    openssl = Formula["openssl"]
+    cc_opt = "-I#{pcre.include} -I#{openssl.include}"
+    ld_opt = "-L#{pcre.lib} -L#{openssl.lib}"
+
     args = ["--prefix=#{prefix}",
             "--with-http_ssl_module",
             "--with-pcre",
             "--with-ipv6",
-            "--with-cc-opt='-I#{HOMEBREW_PREFIX}/include'",
-            "--with-ld-opt='-L#{HOMEBREW_PREFIX}/lib'",
+            "--with-cc-opt=#{cc_opt}",
+            "--with-ld-opt=#{ld_opt}",
             "--conf-path=/opt/boxen/config/nginx/nginx.conf",
             "--pid-path=/opt/boxen/data/nginx/nginx.pid",
             "--lock-path=/opt/boxen/data/nginx/nginx.lock"]
2016-04-11 10:13:34 -0400 /Stage[main]/Nginx/Homebrew::Formula[nginx]/File[/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/nginx.rb]/content (notice): content changed '{md5}540943e40b4b192d8fcea16b2139a22e' to '{md5}b6117a7e2381b448276f9363c2a7b570'
2016-04-11 10:14:02 -0400 /Stage[main]/Homebrew::Repo/Homebrew_repo[/opt/boxen/homebrew]/min_revision (notice): min_revision changed '89990349813d9c93beb8ca8c74f78798a1bea01e' to 'fbc5fc3e92587b47ddd8d8a97eb8e3a138d72957'
2016-04-11 10:14:03 -0400 Package[imagemagick](provider=homebrew) (notice): Updating homebrew formulas
2016-04-11 10:16:59 -0400 /Stage[main]/Boxen::Personal/Package[imagemagick]/ensure (notice): ensure changed '6.9.1-10' to '6.9.3-7'
2016-04-11 10:22:12 -0400 /Stage[main]/Boxen::Personal/Package[phantomjs]/ensure (notice): ensure changed '2.0.0' to '2.1.1'
2016-04-11 10:22:17 -0400 /Stage[main]/Brewcask/Package[brew-cask]/ensure (notice): created
2016-04-11 10:22:46 -0400 /Stage[main]/Nginx/Package[boxen/brews/nginx]/ensure (notice): ensure changed '1.6.2-boxen1' to '1.8.0-boxen2'
2016-04-11 10:22:46 -0400 /Stage[main]/Nginx/Service[dev.nginx] (notice): Triggered 'refresh' from 1 events
2016-04-11 10:22:48 -0400 /Stage[main]/People::Blackjid::Dotfiles/Exec[install dotfiles]/returns (notice): executed successfully
2016-04-11 10:22:52 -0400 /Stage[main]/Boxen::Personal/Package[chromedriver]/ensure (notice): ensure changed '2.17' to '2.21'
2016-04-11 10:23:04 -0400 /Stage[main]/Boxen::Personal/Package[awscli]/ensure (notice): ensure changed '1.8.12' to '1.10.19'
2016-04-11 10:26:41 -0400 /Stage[main]/Boxen::Personal/Package[ansible]/ensure (notice): ensure changed '1.9.2' to '2.0.1.0'
2016-04-11 10:28:06 -0400 /Stage[main]/Git/Package[boxen/brews/git]/ensure (notice): ensure changed '2.7.2' to '2.4.3'
2016-04-11 10:28:06 -0400 /Stage[main]/Pow/Service[dev.pow.powd]/ensure (notice): ensure changed 'stopped' to 'running'
2016-04-11 10:28:06 -0400 /Stage[main]/Stacks::Ruby/Ruby::Version[2.1]/Ruby::Alias[2.1]/File[/opt/rubies/2.1]/target (notice): target changed '2.1.6' to '/opt/rubies/2.1.6'
2016-04-11 10:29:56 -0400 /Stage[main]/Stacks::Ruby/Ruby::Version[2.2]/Ruby::Alias[2.2]/Ruby::Version[2.2.2]/Ruby[2.2.2]/ensure (notice): created
2016-04-11 10:29:56 -0400 /Stage[main]/Stacks::Ruby/Ruby::Version[2.2]/Ruby::Alias[2.2]/File[/opt/rubies/2.2]/target (notice): target changed '2.2.4' to '/opt/rubies/2.2.2'
2016-04-11 10:29:56 -0400 /Stage[main]/Ruby::Global/Ruby::Version[2.0.0]/Ruby::Alias[2.0.0]/File[/opt/rubies/2.0.0]/target (notice): target changed '2.0.0-p645' to '/opt/rubies/2.0.0-p645'
2016-04-11 10:30:13 -0400 /Stage[main]/Platanus::Hound::Ruby/Ruby_gem[rubocop for all rubies]/ensure (notice): created
2016-04-11 10:30:23 -0400 /Stage[main]/People::Blackjid/Ruby_gem[puppet-lint for all rubies]/ensure (notice): created
2016-04-11 10:30:25 -0400 /Stage[main]/Boxen::Personal/Package[iterm2]/ensure (notice): created
2016-04-11 11:05:25 -0400 /Stage[main]/Boxen::Personal/Package[postgis]/ensure (notice): ensure changed '2.1.7_1' to '2.2.1'
2016-04-11 11:05:57 -0400 /Stage[main]/Stacks::Ruby/Ruby_gem[negroku for all rubies]/ensure (notice): created
2016-04-11 11:05:58 -0400 /Stage[main]/Stacks::Ruby/Ruby::Version[1.9.3]/Ruby::Alias[1.9.3]/File[/opt/rubies/1.9.3]/target (notice): target changed '1.9.3-p551' to '/opt/rubies/1.9.3-p551'
2016-04-11 11:06:02 -0400 Puppet (err): Could not update: Execution of 'brew switch boxen/brews/postgresql 9.4.1-boxen2' returned 1: Error: Could not symlink share/postgresql/extension/postgis.control
Target /opt/boxen/homebrew/share/postgresql/extension/postgis.control
is a symlink belonging to postgis. You can unlink it:
  brew unlink postgis

To force the link and overwrite all conflicting files:
  brew link --overwrite postgresql

To list all files that would be deleted:
  brew link --overwrite --dry-run postgresql
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.1-boxen2
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.4
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.5.2
Wrapped exception:
Execution of 'brew switch boxen/brews/postgresql 9.4.1-boxen2' returned 1: Error: Could not symlink share/postgresql/extension/postgis.control
Target /opt/boxen/homebrew/share/postgresql/extension/postgis.control
is a symlink belonging to postgis. You can unlink it:
  brew unlink postgis

To force the link and overwrite all conflicting files:
  brew link --overwrite postgresql

To list all files that would be deleted:
  brew link --overwrite --dry-run postgresql
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.1-boxen2
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.4
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.5.2
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Package/Package[boxen/brews/postgresql]/ensure (err): change from 9.5.2 to 9.4.1-boxen2 failed: Could not update: Execution of 'brew switch boxen/brews/postgresql 9.4.1-boxen2' returned 1: Error: Could not symlink share/postgresql/extension/postgis.control
Target /opt/boxen/homebrew/share/postgresql/extension/postgis.control
is a symlink belonging to postgis. You can unlink it:
  brew unlink postgis

To force the link and overwrite all conflicting files:
  brew link --overwrite postgresql

To list all files that would be deleted:
  brew link --overwrite --dry-run postgresql
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.1-boxen2
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.4.4
Cleaning /opt/boxen/homebrew/Cellar/postgresql/9.5.2
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[init-postgresql-db] (notice): Dependency Package[boxen/brews/postgresql] has failures: true
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[init-postgresql-db] (warning): Skipping because of failed dependencies
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Service[com.boxen.postgresql] (notice): Dependency Package[boxen/brews/postgresql] has failures: true
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Service[com.boxen.postgresql] (warning): Skipping because of failed dependencies
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[kill-stale-postgres-pidfile] (notice): Dependency Package[boxen/brews/postgresql] has failures: true
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[kill-stale-postgres-pidfile] (warning): Skipping because of failed dependencies
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Service[dev.postgresql] (notice): Dependency Package[boxen/brews/postgresql] has failures: true
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Service[dev.postgresql] (warning): Skipping because of failed dependencies
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[wait-for-postgresql] (notice): Dependency Package[boxen/brews/postgresql] has failures: true
2016-04-11 11:06:02 -0400 /Stage[main]/Postgresql::Service/Exec[wait-for-postgresql] (warning): Skipping because of failed dependencies
2016-04-11 11:06:34 -0400 /Stage[main]/Stacks::Node/Npm_module[karma-cli for all nodes]/ensure (notice): created
2016-04-11 11:07:00 -0400 /Stage[main]/Stacks::Node/Npm_module[npm for all nodes]/ensure (notice): created
2016-04-11 11:08:19 -0400 /Stage[main]/Stacks::Node/Npm_module[generator-platanus-ionic for all nodes]/ensure (notice): created
2016-04-11 11:08:38 -0400 Puppet (err): Execution of '/opt/nodes/0.8.28/bin/npm install 'ionic'@'~> 1.3.19' --global' returned 1: npm WARN engine connect@3.1.1: wanted: {"node":">= 0.10.0"} (current: {"node":"0.8.28","npm":"2.12.1"})
npm WARN engine opbeat-ionic@1.1.3: wanted: {"node":">= 0.10.0"} (current: {"node":"0.8.28","npm":"2.12.1"})
npm ERR! Darwin 15.3.0
npm ERR! argv "node" "/opt/nodes/0.8.28/bin/npm" "install" "ionic@~> 1.3.19" "--global"
npm ERR! node v0.8.28
npm ERR! npm  v2.12.1
npm ERR! code ENOTSUP

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: gulp@3.8.8
npm ERR! notsup Required: {"node":">= 0.9"}
npm ERR! notsup Actual:   {"npm":"2.12.1","node":"0.8.28"}

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/boxen/repo/npm-debug.log: /opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/execution.rb:203:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/provider.rb:115:in `execute'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:147:in `npm'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:102:in `block in create'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `each'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `create'
/opt/boxen/repo/shared/nodejs/lib/puppet/type/npm_module.rb:6:in `block (3 levels) in <top (required)>'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:197:in `call_valuemethod'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:498:in `set'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:581:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:204:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:128:in `sync_if_needed'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:20:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:204:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:217:in `eval_resource'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `call'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:327:in `block in thinmark'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:326:in `thinmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/graph/relationship_graph.rb:118:in `traverse'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:138:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:169:in `block in apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/log.rb:149:in `with_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/report.rb:112:in `as_logging_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:168:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:118:in `block in apply_catalog'
/opt/boxen/repo/shared/boxen/lib/puppet/provider/package/hax.rb:12:in `benchmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:117:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:222:in `run_internal'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:132:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:131:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:297:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:231:in `block in main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:193:in `main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:154:in `run_command'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block (2 levels) in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:510:in `plugin_hook'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:488:in `exit_on_fail'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:146:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:92:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/bin/puppet:8:in `<top (required)>'
/opt/boxen/repo/bin/puppet:16:in `load'
/opt/boxen/repo/bin/puppet:16:in `<main>'
2016-04-11 11:08:38 -0400 /Stage[main]/Stacks::Node/Npm_module[ionic for all nodes]/ensure (err): change from absent to present failed: Execution of '/opt/nodes/0.8.28/bin/npm install 'ionic'@'~> 1.3.19' --global' returned 1: npm WARN engine connect@3.1.1: wanted: {"node":">= 0.10.0"} (current: {"node":"0.8.28","npm":"2.12.1"})
npm WARN engine opbeat-ionic@1.1.3: wanted: {"node":">= 0.10.0"} (current: {"node":"0.8.28","npm":"2.12.1"})
npm ERR! Darwin 15.3.0
npm ERR! argv "node" "/opt/nodes/0.8.28/bin/npm" "install" "ionic@~> 1.3.19" "--global"
npm ERR! node v0.8.28
npm ERR! npm  v2.12.1
npm ERR! code ENOTSUP

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: gulp@3.8.8
npm ERR! notsup Required: {"node":">= 0.9"}
npm ERR! notsup Actual:   {"npm":"2.12.1","node":"0.8.28"}

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/boxen/repo/npm-debug.log: /opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/execution.rb:203:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/provider.rb:115:in `execute'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:147:in `npm'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:102:in `block in create'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `each'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `create'
/opt/boxen/repo/shared/nodejs/lib/puppet/type/npm_module.rb:6:in `block (3 levels) in <top (required)>'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:197:in `call_valuemethod'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:498:in `set'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:581:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:204:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:128:in `sync_if_needed'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:20:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:204:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:217:in `eval_resource'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `call'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:327:in `block in thinmark'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:326:in `thinmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/graph/relationship_graph.rb:118:in `traverse'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:138:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:169:in `block in apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/log.rb:149:in `with_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/report.rb:112:in `as_logging_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:168:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:118:in `block in apply_catalog'
/opt/boxen/repo/shared/boxen/lib/puppet/provider/package/hax.rb:12:in `benchmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:117:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:222:in `run_internal'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:132:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:131:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:297:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:231:in `block in main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:193:in `main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:154:in `run_command'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block (2 levels) in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:510:in `plugin_hook'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:488:in `exit_on_fail'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:146:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:92:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/bin/puppet:8:in `<top (required)>'
/opt/boxen/repo/bin/puppet:16:in `load'
/opt/boxen/repo/bin/puppet:16:in `<main>'
2016-04-11 11:09:35 -0400 /Stage[main]/Stacks::Node/Npm_module[yo for all nodes]/ensure (notice): created
2016-04-11 11:09:52 -0400 /Stage[main]/Stacks::Node/Npm_module[grunt-cli for all nodes]/ensure (notice): created
2016-04-11 11:09:53 -0400 Puppet (err): Execution of '/opt/nodes/0.8.28/bin/npm install 'gulp'@'~> 3.8.11' --global' returned 1: npm ERR! Darwin 15.3.0
npm ERR! argv "node" "/opt/nodes/0.8.28/bin/npm" "install" "gulp@~> 3.8.11" "--global"
npm ERR! node v0.8.28
npm ERR! npm  v2.12.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: gulp@'>=3.8.11 <3.9.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","1.0.0","1.1.0","1.2.0","1.2.1","2.0.0","2.0.1","2.1.0","2.2.0","2.3.0","2.4.0","2.4.1","2.6.0","2.6.1","2.7.0","3.0.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.4","3.4.0","3.9.0","3.9.1"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/boxen/repo/npm-debug.log: /opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/execution.rb:203:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/provider.rb:115:in `execute'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:147:in `npm'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:102:in `block in create'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `each'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `create'
/opt/boxen/repo/shared/nodejs/lib/puppet/type/npm_module.rb:6:in `block (3 levels) in <top (required)>'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:197:in `call_valuemethod'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:498:in `set'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:581:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:204:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:128:in `sync_if_needed'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:20:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:204:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:217:in `eval_resource'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `call'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:327:in `block in thinmark'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:326:in `thinmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/graph/relationship_graph.rb:118:in `traverse'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:138:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:169:in `block in apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/log.rb:149:in `with_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/report.rb:112:in `as_logging_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:168:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:118:in `block in apply_catalog'
/opt/boxen/repo/shared/boxen/lib/puppet/provider/package/hax.rb:12:in `benchmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:117:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:222:in `run_internal'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:132:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:131:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:297:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:231:in `block in main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:193:in `main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:154:in `run_command'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block (2 levels) in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:510:in `plugin_hook'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:488:in `exit_on_fail'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:146:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:92:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/bin/puppet:8:in `<top (required)>'
/opt/boxen/repo/bin/puppet:16:in `load'
/opt/boxen/repo/bin/puppet:16:in `<main>'
2016-04-11 11:09:53 -0400 /Stage[main]/Stacks::Node/Npm_module[gulp for all nodes]/ensure (err): change from absent to present failed: Execution of '/opt/nodes/0.8.28/bin/npm install 'gulp'@'~> 3.8.11' --global' returned 1: npm ERR! Darwin 15.3.0
npm ERR! argv "node" "/opt/nodes/0.8.28/bin/npm" "install" "gulp@~> 3.8.11" "--global"
npm ERR! node v0.8.28
npm ERR! npm  v2.12.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: gulp@'>=3.8.11 <3.9.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.7","0.0.8","0.0.9","0.1.0","0.2.0","1.0.0","1.1.0","1.2.0","1.2.1","2.0.0","2.0.1","2.1.0","2.2.0","2.3.0","2.4.0","2.4.1","2.6.0","2.6.1","2.7.0","3.0.0","3.1.1","3.1.2","3.1.3","3.1.4","3.2.0","3.2.1","3.2.2","3.2.3","3.2.4","3.2.5","3.3.0","3.3.1","3.3.2","3.3.4","3.4.0","3.9.0","3.9.1"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/boxen/repo/npm-debug.log: /opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/execution.rb:203:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/provider.rb:115:in `execute'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:147:in `npm'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:102:in `block in create'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `each'
/opt/boxen/repo/shared/nodejs/lib/puppet/provider/npm_module/npm.rb:101:in `create'
/opt/boxen/repo/shared/nodejs/lib/puppet/type/npm_module.rb:6:in `block (3 levels) in <top (required)>'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:197:in `call_valuemethod'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:498:in `set'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/property.rb:581:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:204:in `sync'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:128:in `sync_if_needed'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:81:in `perform_changes'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/resource_harness.rb:20:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:204:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:217:in `eval_resource'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `call'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block (2 levels) in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:327:in `block in thinmark'
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:326:in `thinmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:147:in `block in evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/graph/relationship_graph.rb:118:in `traverse'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction.rb:138:in `evaluate'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:169:in `block in apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/log.rb:149:in `with_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/transaction/report.rb:112:in `as_logging_destination'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/resource/catalog.rb:168:in `apply'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:118:in `block in apply_catalog'
/opt/boxen/repo/shared/boxen/lib/puppet/provider/package/hax.rb:12:in `benchmark'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:117:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:222:in `run_internal'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:132:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/configurer.rb:131:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:297:in `apply_catalog'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:231:in `block in main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/context.rb:64:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet.rb:244:in `override'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:193:in `main'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application/apply.rb:154:in `run_command'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block (2 levels) in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:510:in `plugin_hook'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `block in run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util.rb:488:in `exit_on_fail'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/application.rb:384:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:146:in `run'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/lib/puppet/util/command_line.rb:92:in `execute'
/opt/boxen/repo/.bundle/ruby/2.0.0/gems/puppet-3.7.1/bin/puppet:8:in `<top (required)>'
/opt/boxen/repo/bin/puppet:16:in `load'
/opt/boxen/repo/bin/puppet:16:in `<main>'
2016-04-11 11:09:54 -0400 /Stage[main]/Ruby::Global/File[/opt/boxen/rbenv/version]/content (notice): 
--- /opt/boxen/rbenv/version    2016-03-28 12:19:28.000000000 -0400
+++ /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/puppet-file20160411-40425-1y250v1  2016-04-11 11:09:54.000000000 -0400
@@ -1 +1 @@
-2.3
+2.0.0
2016-04-11 11:09:54 -0400 /Stage[main]/Ruby::Global/File[/opt/boxen/rbenv/version]/content (notice): content changed '{md5}cbf0d536d4c7c0f2dde4478ebe43f4e0' to '{md5}56556c1dc82a2b1cb6b202d639294580'
2016-04-11 11:10:20 -0400 /Stage[main]/Stacks::Ruby/Ruby_gem[powder for all rubies]/ensure (notice): created
blackjid commented 8 years ago

Succeeded at version d30b1deac6e98cef765860d038051ff73cc2787e.