Skip to content
Snippets Groups Projects
Commit 829aef3d authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

posix: fixing posixgroup name

parent d838a606
No related branches found
No related tags found
No related merge requests found
......@@ -134,11 +134,11 @@ class su_ldap (
# POSIXGROUP (Remctl)
if ($enable_posixgroup) {
class { 'su_ldap::config::posix':
class { 'su_ldap::config::posixgroup':
ensure => 'present',
}
} else {
class { 'su_ldap::config::posix':
class { 'su_ldap::config::posixgroup':
ensure => 'absent',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment