0.01
No commit activity in last 3 years
No release in over 3 years
Puppet server provisioning tools, recipes and templates
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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