Skip to content

Commit b3c3adc

Browse files
committed
Release 4.1.2
Signed-off-by: Tim Smith <[email protected]>
1 parent 981bdc0 commit b3c3adc

File tree

8 files changed

+8
-15
lines changed

8 files changed

+8
-15
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ doc/
3737
# chef stuff
3838
Berksfile.lock
3939
.kitchen
40-
.kitchen.local.yml
40+
kitchen.local.yml
4141
vendor/
4242
.coverage/
4343
.zero-knife.rb

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ env:
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

4846
matrix:
4947
include:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This 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

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66

77
source 'https://rubygems.org'
88

9-
gem 'stove'
109
gem 'community_cookbook_releaser'

chefignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test/*
5252
features/*
5353
examples/*
5454
Procfile
55-
.kitchen*
55+
kitchen*
5656
.rubocop.yml
5757
spec/*
5858
.travis.yml

.kitchen.dokken.yml renamed to kitchen.dokken.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

.kitchen.yml renamed to kitchen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Installs runit and provides runit_service resource'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.1.1'
7+
version '4.1.2'
88

99
recipe 'runit', 'Installs and configures runit'
1010

0 commit comments

Comments
 (0)