Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.
/ puppet-crypt Public archive

Puppet module to manage the installation of Crypt

Notifications You must be signed in to change notification settings

grahamgilbert/puppet-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-crypt

Puppet module to manager the installation of Crypt Server on Ubuntu 12.04 and Crypt Client on Mac OS X 10.7 and 10.8.

Usage

Crypt Server

class { 'crypt::server':
    hostname => 'http://crypt.example.com',
    admin_name => 'someone',
    admin_email => '[email protected],
}

Crypt Client

class { 'crypt::client':
    server_url => 'http://crypt.example.com',
    loginhook => true,
    skip_username => 'ladmin',
    install_app => true,
}

Issues

This currently won't install the Crypt Client package on a Mac - you should use an alternative method to install the package, such as Munki.

About

Puppet module to manage the installation of Crypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published