Skip to content

Commit

Permalink
dropped descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Apr 26, 2019
1 parent 0fba13e commit 770904f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.22

* dropped descriptions for cracklib facts

## 0.1.21

* Added support for Ubuntu to **pam::unix**
Expand Down
25 changes: 0 additions & 25 deletions lib/facter/eyp_cracklib_facts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
minlen
end
end
Facter.add('eyp_pam_cracklib_password_minlen_description') do
setcode do
'Minimum acceptable size for the new password'
end
end
end

unless ocredit.nil? or ocredit.empty?
Expand All @@ -34,11 +29,6 @@
ocredit
end
end
Facter.add('eyp_pam_cracklib_password_ocredit_description') do
setcode do
'The maximum credit for having other characters in the new password'
end
end
end

unless lcredit.nil? or lcredit.empty?
Expand All @@ -47,11 +37,6 @@
lcredit
end
end
Facter.add('eyp_pam_cracklib_password_lcredit_description') do
setcode do
'The maximum credit for having lowercase characters in the new password'
end
end
end

unless ucredit.nil? or ucredit.empty?
Expand All @@ -60,11 +45,6 @@
ucredit
end
end
Facter.add('eyp_pam_cracklib_password_ucredit_description') do
setcode do
'The maximum credit for having uppercase characters in the new password'
end
end
end

unless dcredit.nil? or dcredit.empty?
Expand All @@ -73,9 +53,4 @@
dcredit
end
end
Facter.add('eyp_pam_cracklib_password_dcredit_description') do
setcode do
'The maximum credit for having digits in the new password'
end
end
end
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-pam",
"version": "0.1.21",
"version": "0.1.22",
"author": "eyp",
"summary": "PAM modules, /etc/security/limits.conf and /etc/securetty management",
"license": "Apache-2.0",
Expand Down

0 comments on commit 770904f

Please sign in to comment.