Code Monkey home page Code Monkey logo

puppet-crypt's Introduction

puppet-crypt

This is a Puppet module to install and configure Crypt.

Configuration

---
classes:
  - crypt

crypt::crypt_version: "3.0.0"
crypt::server_url: "http://crypt"
crypt::remove_plist: true
crypt::package_source: "puppet:///modules/bigfiles/crypt/my_special_crypt.pkg"
crypt::payload_organization: "Example Organization"
crypt::crypt_files:
  - "/Library/Crypt/checkin"
  - "/Library/Crypt/FoundationPlist.py"
  - "/Library/LaunchDaemons/com.grahamgilbert.crypt.plist"
  - "/Library/Security/SecurityAgentPlugins/Crypt.bundle/Contents/MacOS/Crypt"
crypt::wait_for_user: false
crypt::force_install: false
crypt::output_path: "/var/root/crypt_output.plist"

The path to the install package on your Puppet server. Defaults to puppet:///modules/bigfiles/crypt/-${munkitools_version}.pkg, which means that the install package should be in the bigfiles module, in files/crypt, named to match the version.

By default this module will only manage Crypt on macOS devices that are either:

  • Laptops
  • Have Crypt managed by Munki

If you wish to install and configure it on all macOS devices, regardless of their state, set crypt::force_install to true.

There have been issues with installing and configuring Crypt's modifications to the Authorization database when there are no users configured on the system. To stop this happening, set crypt::wait_for_user to true (the default). Set this to false only if you know the risks involved.

Pass a list of files to watch for that if missing, will trigger an installation of the Crypt package via crypt::crypt_files. The defaults should be fine, unless the package has been modified.

Requirements

puppet-crypt's People

Contributors

gavinelder avatar grahamgilbert avatar keeleysam avatar nieivan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

puppet-crypt's Issues

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.