Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
78 lines (50 loc) · 1.29 KB

README.md

File metadata and controls

78 lines (50 loc) · 1.29 KB

sprout-ssh cookbook

Build Status

Cookbook to configure ssh on an OS X developer workstation

Usage

Prerequisites

Quickstart

bundle
bundle exec soloist

Cookbook Usage

Attributes

NOTE: All preferences are namespaced under sprout => ssh they include:

  • path — The path to the file that ssh touches; default is ~/ssh

Recipes

  1. sprout-ssh
  2. sprout-ssh::path

Contributing

Before committing

bundle
bundle exec rake

The default rake task includes rubocop, foodcritic, unit specs

bundle
bundle exec rake rubocop
bundle
bundle exec rake foodcritic

Unit specs

Unit specs use ServerSpec

bundle
bundle exec rake spec:unit

Integration specs

Integrations specs will run the default recipe on the host system (destructive) and make assertions on the system after install.

Note: It has a precondition that ssh is not already installed on the system.

bundle
bundle exec rake spec:integration