Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
B
Build
omnibus-mirror
runit-cookbook
Commits
4692a2a9
Unverified
Commit
4692a2a9
authored
Jun 02, 2020
by
Tim Smith
Committed by
GitHub
Jun 02, 2020
Browse files
Merge branch 'master' into automated/cookstyle
parents
9c56c003
2327a89c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
CHANGELOG.md
CHANGELOG.md
+7
-0
metadata.rb
metadata.rb
+1
-1
spec/default_spec.rb
spec/default_spec.rb
+4
-4
No files found.
CHANGELOG.md
View file @
4692a2a9
...
...
@@ -6,6 +6,13 @@ This file is used to list changes made in each version of the runit cookbook.
-
resolved cookstyle error: libraries/resource_runit_service.rb:28:7 warning:
`ChefDeprecations/ResourceUsesOnlyResourceName`
## 5.1.4 (2020-06-02)
-
Chef Infra Client 16 compatibility
-
Standardise files with files in chef-cookbooks/repo-management -
[
@xorimabot
](
https://github.com/xorimabot
)
-
Update Debian specs -
[
@tas50
](
https://github.com/tas50
)
## 5.1.3 (2020-02-26)
-
Cookstyle fixes -
[
@tas50
](
https://github.com/tas50
)
...
...
metadata.rb
View file @
4692a2a9
...
...
@@ -3,7 +3,7 @@ maintainer 'Chef Software, Inc.'
maintainer_email
'cookbooks@chef.io'
license
'Apache-2.0'
description
'Installs runit and provides runit_service resource'
version
'5.1.
3
'
version
'5.1.
4
'
%w(ubuntu debian centos redhat amazon scientific oracle enterpriseenterprise zlinux)
.
each
do
|
os
|
supports
os
...
...
spec/default_spec.rb
View file @
4692a2a9
...
...
@@ -111,8 +111,8 @@ describe 'runit::default' do
end
end
context
'on Debian
8
'
do
platform
'Debian'
,
'
8
'
context
'on Debian
9
'
do
platform
'Debian'
,
'
9
'
it
'installs the runit package'
do
is_expected
.
to
install_package
(
'runit'
)
...
...
@@ -124,8 +124,8 @@ describe 'runit::default' do
end
end
context
'on Debian
9
'
do
platform
'debian'
,
'
9
'
context
'on Debian
10
'
do
platform
'debian'
,
'
10
'
it
'installs the runit package'
do
is_expected
.
to
install_package
(
'runit-systemd'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment