Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

boxen/puppet-hub

Repository files navigation

Hub Puppet Module for Boxen

Build Status

Install Hub, a GitHub-focused git wrapper.

Usage

include hub

Configuration

You can use hiera to configure the following:

  • hub::protocol: one of 'https' or 'git' Protocol for hub to use by default when cloning from github like hub clone user/repo. Defaults to 'https'
  • hub::alias_hub_to_git: boolean Whether or not to set a shell alias git=hub
  • hub::package_name: the package name to use when installing hub. . Defaults to 'boxen/brews/hub'. Use 'hub' to install the latest version of hub from homebrew.

Required Puppet Modules

  • boxen

Development

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