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

34
metadata.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "ardichoke-klipper",
"version": "0.1.0",
"author": "Ryan DeShone",
"summary": "",
"license": "Apache-2.0",
"source": "",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.21.0 < 8.0.0"
}
],
"pdk-version": "2.5.0",
"template-url": "pdk-default#2.5.0",
"template-ref": "tags/2.5.0-0-g369d483"
}