GithubHelp home page GithubHelp logo

brightdroid / puppet-ipaclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joshuabaird/puppet-ipaclient

0.0 2.0 0.0 98 KB

Puppet module to manage IPA client installation. Please fork and contribute!

Home Page: https://forge.puppetlabs.com/joshuabaird/ipaclient

License: MIT License

Ruby 35.66% Puppet 63.55% HTML 0.79%

puppet-ipaclient's Introduction

Puppet Forge Build Status

IPAclient

This module configures clients to use FreeIPA with as little fuss as possible. This module used to be known as stbenjam/puppet-ipaclient, but is now being maintained at joshuabaird/puppet-ipaclient.

Thanks to all the contributors!

What's New

  • FreeIPA 4 Support

Contributing

Feedback and pull requests are very welcome. New functionality should have tests.

Supported Platforms

  • Enterprise Linux 6, 7 (RHEL, CentOS, etc)
  • Fedora 20 or newer
  • Ubuntu 14.04 or newer

Basically, any Red Hat or Debian derivative with packages.

Examples

See the manifests for full descriptions of the various parameters available.

Discovery register (w/ sane defaults: sudo, mkhomedir, ssh, etc):

class { 'ipaclient':
  password => 'rainbows',
}

More complex:

class { 'ipaclient':
   principal          => 'admin',
   password           => 'unicorns',
   server             => ["ipa01.${::domain}", "ipa02.${::domain}"],
   domain             => $::domain,
   realm              => upper($::domain),
   mkhomedir          => false,
   automount          => true,
   ssh                => false,
   fixed_primary      => true,
   automount_location => 'home',
}

Simple sudoers setup (only needed for older FreeIPA 3.x clients):

class { 'ipaclient::sudoers': }

Note that starting with RHEL 6.6 and RHEL 7.1, ipa-client-install automatically takes care of all sudo configuration. If you are running these versions, this module will not attempt to perform any sudo configuration.

Automounter only:

class { 'ipaclient::automount':
    location => 'home',
    server   => "ipa01.${::domain}",
}

MIT License

Copyright (c) 2015 Stephen Benjamin & Josh Baird

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

puppet-ipaclient's People

Contributors

bittner avatar brightdroid avatar clecherbauer avatar hoogwater avatar larkit-ian avatar petems avatar rexcze avatar sanderwolf avatar stbenjam avatar vakwetu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.