feat: initial commit
- have been working on this for some time now
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
description: {{.description}}
|
||||
cobbler_mgmt_classes:
|
||||
- {{.puppet_class}}
|
||||
profiles:
|
||||
- disk{{.disksize}}
|
||||
- net_{{.primarynet}}_eth0
|
||||
- {{.resourcegroup}}
|
||||
{{- if .datadisk }}
|
||||
storage_volumes:
|
||||
data:
|
||||
pool: fastpool
|
||||
path: /data
|
||||
config:
|
||||
size: {{ .datadisksize }}GB
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user