Started working on this module

This commit is contained in:
2022-12-03 23:38:31 -05:00
parent 9bb63474dd
commit 9fad33b67c
31 changed files with 1353 additions and 20 deletions

6
.devcontainer/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM puppet/pdk:latest
# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>