feat: initial commit

- have been working on this for some time now
This commit is contained in:
2025-05-30 22:36:55 +10:00
commit cb67816eee
188 changed files with 6145 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
provider "cobbler" {
username = var.cobbler_username
password = var.cobbler_password
url = var.cobbler_url
}
provider "puppetdb" {
url = var.puppetdb_url
ca = var.puppet_cert_ca
cert = var.puppet_cert_pub
key = var.puppet_cert_priv
}
provider "puppetca" {
url = var.puppetca_url
ca = var.puppet_cert_ca
cert = var.puppet_cert_pub
key = var.puppet_cert_priv
}