/[adm]/puppet/modules/openldap/lib/puppet/parser/functions/get_ldap_servers.rb
ViewVC logotype

Diff of /puppet/modules/openldap/lib/puppet/parser/functions/get_ldap_servers.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2327 by misc, Sun Jan 22 22:53:46 2012 UTC revision 2328 by misc, Sun Jan 22 23:06:16 2012 UTC
# Line 8  module Puppet::Parser::Functions Line 8  module Puppet::Parser::Functions
8                res << "slave-#{i}"                res << "slave-#{i}"
9          }          }
10          res.map! { |x| "ldap-#{x}." + lookupvar("domain") }          res.map! { |x| "ldap-#{x}." + lookupvar("domain") }
11          return res.join(" ")          return res
12      end      end
13  end  end

Legend:
Removed from v.2327  
changed lines
  Added in v.2328

  ViewVC Help
Powered by ViewVC 1.1.30