A fastapi service to present puppet services via an api
Go to file
Ben Vincent 105d43129e feat: initial service creation
- add requirements
- add gitignore
- add sample config
- add fastapi service
- expose g10k and puppet ca clean endpoints
2024-12-15 19:22:07 +11:00
.gitignore feat: initial service creation 2024-12-15 19:22:07 +11:00
config.sample.yaml feat: initial service creation 2024-12-15 19:22:07 +11:00
puppetapi.py feat: initial service creation 2024-12-15 19:22:07 +11:00
requirements.txt feat: initial service creation 2024-12-15 19:22:07 +11:00