Fix lint warnings about ensure placement

This commit is contained in:
Ossi Salmi 2015-05-04 11:00:36 +03:00
parent a8ebd9417c
commit 96fb1bacbc
21 changed files with 53 additions and 48 deletions

View file

@ -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":