No commit activity in last 3 years
No release in over 3 years
knife plugin for converting roles to recipes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

>= 0
>= 1.2.2
 Project Readme

Knife Role Convert¶ ↑

DESCRIPTION:¶ ↑

knife-role-convert helps convert existing roles into recipes to be placed into role cookbooks.

INSTALLATION:¶ ↑

This plugin can be installed as a Ruby Gem.

gem install knife-role-convert

You can also copy the source repository and install it using +rake install+.

USAGE:¶ ↑

knife role convert ROLE -c COOKBOOK -r RECIPE

knife role convert take a single role and spits an equivalent recipe to stdout. The -c and -r options allow you to specify the intended name of the cookbook and recipe you wish the generated code to be saved as. In this release of knife-role-convert this currently only modifies the header of the generated recipe.