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.
class { 'crypt::server':
hostname => 'http://crypt.example.com',
admin_name => 'someone',
admin_email => '[email protected],
}
class { 'crypt::client':
server_url => 'http://crypt.example.com',
loginhook => true,
skip_username => 'ladmin',
install_app => true,
}
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.