0.0
No release in over 3 years
Low commit activity in last 3 years
Collection of knife plugins to remove orphaned objects from chef-server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 10.26.0
 Project Readme

knife scrub

Chef Knife plugin to scrub normal attributes from chef-server.

Installation

gem install knife-scrub

Usage

The only objects knife-scrub can scrub so far are normal attributes from previous roles or cookbook versions, as these might conflict with existing default attributes.

$ knife scrub attributes nagios.services

It's possible to restrict the node search to a given pattern with --query:

$ knife scrub attributes -q roles:web nagios.services

In order to just display all nodes with normal attributes, use --dry-run:

$ knife scrub attributes -d nagios.services

The usual --yes / -y flag works as well:

$ knife scrub attributes -q roles:web -y nagios.services

Authors

SoundCloud Inc., Tobias Schmidt