From 618b6fbefe8f073aeb9db6c2fcc6d4cb92119844 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Mon, 7 Jun 2021 14:01:57 +0200 Subject: [PATCH] datacenter-template supports --ostemplate --- lib/pve/templates.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pve/templates.rb b/lib/pve/templates.rb index 9350cdf..1074ec7 100644 --- a/lib/pve/templates.rb +++ b/lib/pve/templates.rb @@ -92,6 +92,7 @@ module PVE::CTTemplate ipv6: [:string, false, "IPv6-Address with net-size."], gateway6: [:string, false, "IPv6-Address of gateway."], storage: [:string, false, "Device will be create on this Storage (default: root)"], + ostemplate: [:string, false, "OS-Template eg. vztmp/superlinux-1.2-amd64.tar.xz"], } end