File tree Expand file tree Collapse file tree 8 files changed +8
-15
lines changed Expand file tree Collapse file tree 8 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 3737# chef stuff
3838Berksfile.lock
3939.kitchen
40- . kitchen.local.yml
40+ kitchen.local.yml
4141vendor /
4242.coverage /
4343.zero-knife.rb
Original file line number Diff line number Diff line change 2222 - INSTANCE=default-amazonlinux CHEF_VERSION=12.7.2
2323 - INSTANCE=default-ubuntu-1404 CHEF_VERSION=12.7.2
2424 - INSTANCE=default-ubuntu-1604 CHEF_VERSION=12.7.2
25- - INSTANCE=default-debian-7 CHEF_VERSION=12.7.2
2625 - INSTANCE=default-debian-8 CHEF_VERSION=12.7.2
2726 - INSTANCE=default-debian-9 CHEF_VERSION=12.7.2
2827 - INSTANCE=default-centos-6 CHEF_VERSION=12.7.2
2928 - INSTANCE=default-centos-7 CHEF_VERSION=12.7.2
3029 - INSTANCE=default-amazonlinux
3130 - INSTANCE=default-ubuntu-1404
3231 - INSTANCE=default-ubuntu-1604
33- - INSTANCE=default-debian-7
3432 - INSTANCE=default-debian-8
3533 - INSTANCE=default-debian-9
3634 - INSTANCE=default-centos-6
@@ -43,7 +41,7 @@ before_script:
4341 - cookstyle --version
4442 - foodcritic --version
4543
46- script : KITCHEN_LOCAL_YAML=. kitchen.dokken.yml kitchen verify ${INSTANCE}
44+ script : KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen verify ${INSTANCE}
4745
4846matrix :
4947 include :
Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of the runit cookbook.
44
5+ ## 4.1.2 (2018-07-18)
6+
7+ - Make Ubuntu the same as Debian where we template out a script instead of symlinking /etc/init.d/servicename to sv
8+
59## 4.1.1 (2018-04-26)
610
711- Fix typo in an error message
Original file line number Diff line number Diff line change 66
77source 'https://rubygems.org'
88
9- gem 'stove'
109gem 'community_cookbook_releaser'
Original file line number Diff line number Diff line change 5252features/*
5353examples/*
5454Procfile
55- . kitchen*
55+ kitchen*
5656.rubocop.yml
5757spec/*
5858.travis.yml
Original file line number Diff line number Diff line change @@ -19,13 +19,6 @@ platforms:
1919 image : dokken/amazonlinux
2020 pid_one_command : /sbin/init
2121
22- - name : debian-7
23- driver :
24- image : dokken/debian-7
25- pid_one_command : /sbin/init
26- intermediate_instructions :
27- - RUN /usr/bin/apt-get update
28-
2922- name : debian-8
3023 driver :
3124 image : dokken/debian-8
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ platforms:
1414 box : mvbcoding/awslinux
1515 - name : centos-6
1616 - name : centos-7
17- - name : debian-7
1817 - name : debian-8
1918 - name : debian-9
2019 - name : oracle-6
Original file line number Diff line number Diff line change 44license 'Apache-2.0'
55description 'Installs runit and provides runit_service resource'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '4.1.1 '
7+ version '4.1.2 '
88
99recipe 'runit' , 'Installs and configures runit'
1010
You can’t perform that action at this time.
0 commit comments