Initial Commit

This commit is contained in:
2022-09-08 18:18:14 -04:00
commit de9a0e3f72
27 changed files with 1269 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "Puppet Development Kit (Community)",
"dockerFile": "Dockerfile",
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
}
}
},
"extensions": [
"puppet.puppet-vscode",
"rebornix.Ruby"
]
}