Skip to content
drwahl edited this page Dec 12, 2012 · 3 revisions

remove_node.py

  • remove_node.py -h
usage: remove_node.py [-h] -n PUPPET_NODE

Remove Nodes To Mongodb ENC

optional arguments:
  -h, --help            show this help message and exit
  -n PUPPET_NODE, --node PUPPET_NODE
                        Puppet Node Hostname
  • -n --node : This is the puppet node which should be removed from the mongodb database.

NOTE: If the node is inherited by other nodes, the script will exit and list which nodes are dependent upon the node you are attempting to remove.

Clone this wiki locally