Skip to content

Commit

Permalink
Fix consul-template-spec recipe for testing
Browse files Browse the repository at this point in the history
After adding a restart notification for consul-template, ChefSpec
was failing because it didn't have consul-template::default in the
run list.
  • Loading branch information
adamkrone committed Nov 19, 2015
1 parent 645d5dc commit daf1d4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# Copyright (c) 2014 The Authors, All Rights Reserved.

include_recipe 'consul-template::default'
include_recipe 'curl'

template '/tmp/test.config.ctmpl' do
Expand Down

0 comments on commit daf1d4a

Please sign in to comment.