Skip to content

Commit

Permalink
(SIMP-2934) Fix reference to pam::access::manage in comment (#38)
Browse files Browse the repository at this point in the history
SIMP-2934 #close
  • Loading branch information
lnemsick-simp authored and trevor-vaughan committed Apr 5, 2017
1 parent 05c5312 commit 40a92d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Apr 05 2017 Liz Nemsick <[email protected]> - 6.0.2-0
- fixed puppet strings documentation in access.pp

* Mon Mar 15 2017 Nicholas Hughes <[email protected]> - 6.0.1-0
- corrected location of authconfig binaries

Expand Down
2 changes: 1 addition & 1 deletion manifests/access.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Add a "default deny" rule as the last match of the rule set
#
# @param users
# A hash that can be used to create several pam::access::manage resources set in Hiera.
# A hash that can be used to create several pam::access::rule resources set in Hiera.
# Each member of the hash will be a resource (this example is from hiera):
#
# pam::access::users:
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-pam",
"version": "6.0.1",
"version": "6.0.2",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing pam",
"license": "Apache-2.0",
Expand Down

0 comments on commit 40a92d6

Please sign in to comment.