Fixed deprecation warnings "Files found in modules without specifying 'modules' in file path". This will break 0.24.x client compatibility.
This commit is contained in:
parent
33be443516
commit
5475229cfd
28 changed files with 65 additions and 65 deletions
|
@ -228,7 +228,7 @@ class ldap::server {
|
|||
ensure => present,
|
||||
source => [ "puppet:///files/ldap/DB_CONFIG.${fqdn}",
|
||||
"puppet:///files/ldap/DB_CONFIG",
|
||||
"puppet:///ldap/DB_CONFIG", ],
|
||||
"puppet:///modules/ldap/DB_CONFIG", ],
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
@ -265,7 +265,7 @@ define ldap::server::schema() {
|
|||
file { "/etc/openldap/schema/${name}.schema":
|
||||
ensure => present,
|
||||
source => [ "puppet:///files/ldap/${name}.schema",
|
||||
"puppet:///ldap/${name}.schema", ],
|
||||
"puppet:///modules/ldap/${name}.schema", ],
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue