Skip to content

seasonlabs/provizioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server provisioning tool

Intro

Provizioning is a collection of puppet recipes and utils that we at Season use to setup new machines it uses Capistrano for bootstrapping the server and uploading the recipes, then use puppet for configuration and fine tunning.

Usage

Include provizioning in your gem file:

gem 'provizioning'

Setup a directory for capistrano use:

capify .

Configure deploy.rb :user var for deployment and provisioning or use :puppet_user for provisioning:

set :puppet_user, 'root'

Use capistrano tasks to provision the server:

bundle exec cap puppet:bootstrap
bundle exec cap puppet:apply

Based on https://github.com/freerange/freerange-puppet

About

Masterless Puppet system for server provisioning

Resources

Stars

Watchers

Forks

Packages

No packages published