We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04deca commit 2707226Copy full SHA for 2707226
README.md
@@ -3,7 +3,7 @@
3
NCSA Common Puppet Profiles - base pam access config
4
5
## Dependencies
6
-- [MiamiOH/pam_access](https://forge.puppet.com/MiamiOH/pam_access)
+- [ncsa/pam_access](https://github.com/ncsa/puppet-pam_access.git)
7
8
## Reference
9
manifests/init.pp
@@ -37,6 +37,8 @@
37
Array[ String[1] ] $required_pkgs,
38
) {
39
40
+ include pam_access
41
+
42
### Make sure pam is installed
43
ensure_packages( $required_pkgs )
44
0 commit comments