diff --git a/.copywrite.hcl b/.copywrite.hcl index ed2142c..daa4a34 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -13,5 +13,6 @@ project { "**/testdata/**", "**/*.pb.go", "**/*_string.go", + "**/*pkrtpl.hcl", ] } \ No newline at end of file diff --git a/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl b/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl index 17608ab..be50035 100644 --- a/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl +++ b/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl @@ -1,6 +1,3 @@ -# Copyright (c) Mondoo, Inc. -# SPDX-License-Identifier: BUSL-1.1 - { "hostname": "photon", "password": diff --git a/examples/packer-vsphere/photon4/photon.pkr.hcl b/examples/packer-vsphere/photon4/photon.pkr.hcl index 6b09dd6..0cf4849 100644 --- a/examples/packer-vsphere/photon4/photon.pkr.hcl +++ b/examples/packer-vsphere/photon4/photon.pkr.hcl @@ -233,6 +233,7 @@ build { sudo { active = true } + annotations = { build_date = local.build_date os_family = var.vm_guest_os_family