Skip to content

Commit cf5e859

Browse files
author
Marcin Wolny
authored
Merge pull request #4 from DevopsDance/mwolny/attributes
Add missing documentation update
2 parents 86c6da3 + 2932c1d commit cf5e859

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Install and configure tinyproxy.
66

77
## Requirements
88

9-
Chef `~> 12` is required.
9+
Chef `~> 12` or `~> 13` is required.
1010

1111
## Recipes
1212
### default
@@ -15,7 +15,7 @@ The default recipe installs and start `tinyproxy` service.
1515

1616
## Attributes
1717

18-
- `default['tinyproxy']['config']` holds tinyproxy configuration where hash is
18+
- `default['devopsdance-tinyproxy']['config']` holds tinyproxy configuration where hash is
1919
being an option name taken from `man 5 tinyproxy.conf`.
2020

2121
## Examples

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 and configures tinyproxy'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.0.0'
7+
version '2.0.1'
88
issues_url 'https://github.com/DevopsDance/chef-cookbook-tinyproxy/issues'
99
source_url 'https://github.com/DevopsDance/chef-cookbook-tinyproxy'
1010

0 commit comments

Comments
 (0)