Skip to content

kytomaki/puppet-gpgtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPGTools for Boxen

Build Status

This Boxen module installs GPGTools.

Usage

class { 'gpgtools': }

Or with specific source

It can be defined as a parameter

class { 'gpgtools':
  source => 'https://releases.gpgtools.org/GPG_Suite-2015.03-b6.dmg'
 }

Or with hiera

gpgtools::source: 'https://releases.gpgtools.org/GPG_Suite-2015.03-b6.dmg'

Required Puppet Modules

  • boxen

Development

Set GITHUB_API_TOKEN in your shell with a Github oAuth Token to raise your API rate limit. You can get some work done without it, but you're less likely to encounter errors like Unable to find module 'boxen/puppet-boxen' on https://github.com.

Then write some code. Run script/cibuild to test it. Check the script directory for other useful tools.

To Do

  • Figure out a better way to pull the DMG straight from GPGTools' site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 79.2%
  • Shell 13.5%
  • Puppet 7.3%