Skip to content

Commit 2707226

Browse files
committed
include pam_access
1 parent b04deca commit 2707226

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NCSA Common Puppet Profiles - base pam access config
44

55
## Dependencies
6-
- [MiamiOH/pam_access](https://forge.puppet.com/MiamiOH/pam_access)
6+
- [ncsa/pam_access](https://github.com/ncsa/puppet-pam_access.git)
77

88
## Reference
99

manifests/init.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
Array[ String[1] ] $required_pkgs,
3838
) {
3939

40+
include pam_access
41+
4042
### Make sure pam is installed
4143
ensure_packages( $required_pkgs )
4244

0 commit comments

Comments
 (0)