Fix lint warnings about ensure placement
This commit is contained in:
parent
a8ebd9417c
commit
96fb1bacbc
21 changed files with 53 additions and 48 deletions
|
@ -290,11 +290,11 @@ class ldap::client {
|
|||
class ldap::client::python {
|
||||
|
||||
package { "python-ldap":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
openbsd => "py-ldap",
|
||||
default => "python-ldap",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
file { "${::pythonsitedir}/dynldap.py":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue