Use custom version of poise-javascript

Fixes npm-outdated breaking chef runs all the time.

See https://github.com/poise/poise-javascript/pull/8
This commit is contained in:
2017-11-05 00:37:20 +01:00
parent 5b1c583313
commit 206e807ac7
9 changed files with 259 additions and 13 deletions

5
Batali
View File

@@ -23,7 +23,10 @@ Batali.define do
cookbook 'poise', '~> 2.8.1'
cookbook 'poise-languages', '~> 2.1.1'
cookbook 'poise-ruby', '~> 2.3.0'
cookbook 'poise-javascript', '~> 1.2.0'
# cookbook 'poise-javascript', '~> 1.2.0'
cookbook 'poise-javascript',
git: 'https://github.com/tulip/poise-javascript.git',
ref: 'built'
cookbook 'users', '~> 5.1.0'
cookbook 'sudo', '~> 3.5.0'
cookbook 'hostname', '~> 0.4.2'