forked from ungleich-public/cdist
Add debug dump script
This commit is contained in:
parent
cabb0be7b6
commit
9cd95f12dc
3 changed files with 344 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -36,7 +36,7 @@ setup(
|
|||
name="cdist",
|
||||
packages=["cdist", "cdist.core", "cdist.exec", "cdist.util", ],
|
||||
package_data={'cdist': package_data},
|
||||
scripts=["scripts/cdist"],
|
||||
scripts=["scripts/cdist", "scripts/debug-dump.sh"],
|
||||
version=cdist.version.VERSION,
|
||||
description="A Usable Configuration Management System",
|
||||
author="Nico Schottelius",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue