Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Ramorous/puppet-pbis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-pbis

####Table of Contents

  1. Overview
  2. Module Description
  3. Dependencies
  4. Setup - The basics of getting started
  5. License
  6. Thanks

##Overview

Allows the configuration and maintenance of PBIS (Power Broker Identity Services)

##Module Description

This module will allow for the installation, configuration and maintenance of PBIS.

Usage

Non-repository Method

  1. Download PBIS from the BeyondTrust website. Documentation

  2. Extract the .rpm or .deb file from the self-extracting sh archive, use the --noexec option 3 Rename the files according to the following convention:

     pbis-open.amd64.deb
     pbis-open.i386.deb
     pbis-open.x86_64.rpm
     pbis-open.i386.rpm
    

and place them in the module's files/ folder. 4. Apply the class to a node. See manifests/init.pp for more options.

    node 'workstation' {
      class { 'pbis': 
        ad_domain          => 'ads.example.org',
        bind_username      => 'admin',
        bind_password      => 'password',
        ou                 => 'ou=Computers,ou=Department,ou=Divison',
        user_domain_prefix => 'ADS',
      }
    }

Dependencies

This module requires the osfamily fact, which depends on Facter 1.6.1+.

Supported platforms

This module has been tested against Puppet 2.7.18+ and Facter 1.6.9+ on Debian 7 and Ubuntu 12.04.

Support for RedHat and Suse is included but has not been tested.

Contributing

Please open a pull request with any changes or bugfixes.

History

Likewise Open was acquired by BeyondTrust in 2011 and rebranded as PowerBroker Identity Services Open Edition. The project page is at powerbrokeropen.org.

The original Likewise Open package is included in the Ubuntu repositories, but has not been updated in years.

About

Puppet PBIS (Power Broker Identity Services) Module - https://forge.puppetlabs.com/Ramorous/scheduled_runonce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published