Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
7
cookbooks/poise-service/templates/default/dummy.json.erb
Normal file
7
cookbooks/poise-service/templates/default/dummy.json.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<%= {command: @command,
|
||||
directory: @directory,
|
||||
environment: @environment,
|
||||
name: @name,
|
||||
reload_signal: @reload_signal,
|
||||
stop_signal: @stop_signal,
|
||||
user: @user}.to_json %>
|
||||
Reference in New Issue
Block a user