components/puppet/files/solaris/lib/puppet/type/ldap.rb
changeset 1433 c111a9dd45a7
parent 1427 0b76fc564cd2
child 1661 c59d67c9d1d7
equal deleted inserted replaced
1432:d90238e58d20 1433:c111a9dd45a7
   388             attr_accessor :pg
   388             attr_accessor :pg
   389         end
   389         end
   390         self.pg = "cred"
   390         self.pg = "cred"
   391     end
   391     end
   392 
   392 
   393     newproperty(:certificate_path) do
   393     newproperty(:host_certpath) do
   394         desc "The location of the certificate files"
   394         desc "The location of the certificate files"
   395         class << self
   395         class << self
   396             attr_accessor :pg
   396             attr_accessor :pg
   397         end
   397         end
   398         self.pg = "cred"
   398         self.pg = "cred"