Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef-ulimit
Commits
8df9a427
Commit
8df9a427
authored
Apr 10, 2013
by
Brian Hatfield
Browse files
Rev version to 0.1.4 to include PR#6
parent
e3312932
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
8df9a427
...
...
@@ -2,6 +2,10 @@
This file is used to list changes made in each version of ulimit.
## 0.1.4:
*
Does not set any ulimit parameter by default - only when specified. Thanks to Graham Christensen (https://github.com/zippykid)
## 0.1.3:
*
Adds node attribute node
[
'ulimit'
][
'pam_su_template_cookbook'
]
to allow users to provide a su pam.d template from another cookbook
...
...
metadata.json
View file @
8df9a427
...
...
@@ -32,7 +32,7 @@
]
},
"license"
:
"Apache 2.0"
,
"version"
:
"0.1.
3
"
,
"version"
:
"0.1.
4
"
,
"providing"
:
{
},
"recipes"
:
{
...
...
metadata.rb
View file @
8df9a427
...
...
@@ -4,4 +4,4 @@ license "Apache 2.0"
description
"Installs/Configures ulimit"
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
name
"ulimit"
version
"0.1.
3
"
version
"0.1.
4
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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