File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11## CHANGE LOG
22
3+ ## 2.1.8 - 04/15/2017 - Levon Becker
4+ * Set to start awslogs at end of cloudwatch_logs recipe so it'll start streaming chef-client.log
5+
36## 2.1.7 - 04/15/2017 - Levon Becker
47* Switch Dockerfile to copy client.rb instead of creating it.
58* Added restart notification to /etc/awslogs/awscli.conf template resource
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG chef_role=base
99ARG chef_environment=bonusbits_base
1010ARG chef_config_path=/opt/chef-repo
1111
12- LABEL version="2.1.7 " \
12+ LABEL version="2.1.8 " \
1313 description="Amazon Linux Image built from bonusbits_base cookbook." \
1414 github="https://github.com/bonusbits/bonusbits_base" \
1515 website="https://www.bonusbits.com"
Original file line number Diff line number Diff line change 44license 'MIT'
55description 'Foundation Wrapper Cookbook for all Nodes'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '2.1.7 '
7+ version '2.1.8 '
88chef_version '~> 12.5' if respond_to? ( :chef_version )
99source_url 'https://github.com/bonusbits/bonusbits_base'
1010issues_url 'https://github.com/bonusbits/bonusbits_base/issues'
Original file line number Diff line number Diff line change 102102 # Define Service
103103 service 'awslogs' do
104104 service_name 'awslogs'
105- action [ :enable ]
106- only_if { node [ 'bonusbits_base' ] [ 'aws' ] [ 'inside' ] }
105+ action [ :enable , :start ]
106+ only_if { inside_aws }
107107 end
108108when 'windows'
109109 return
You can’t perform that action at this time.
0 commit comments