From 26377ee4abb9bf2417c2af7b2a6f78537b4689ca Mon Sep 17 00:00:00 2001 From: Phil Kates Date: Wed, 23 Jan 2013 17:14:37 -0800 Subject: [PATCH] Remove redundant call to chef.remove_local_node_data_bag --- littlechef/runner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/littlechef/runner.py b/littlechef/runner.py index 231e5ea..0e60f9d 100644 --- a/littlechef/runner.py +++ b/littlechef/runner.py @@ -94,7 +94,6 @@ def nodes_with_role(rolename): def node(*nodes): """Selects and configures a list of nodes. 'all' configures all nodes""" - chef.remove_local_node_data_bag() chef.build_node_data_bag() if not len(nodes) or nodes[0] == '': abort('No node was given')