chore: remove cloud-init package-update-upgrade-install module
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2023-03-19 21:29:55 +01:00
parent dc18b4fae7
commit 872970690f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 6 additions and 5 deletions

View File

@ -11,8 +11,8 @@ This project is inspired by [bitop/packer-templates](https://gitlab.com/bitop/pa
**Packer**:
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html) v1.7.7 or higher.
- HashiCorp [Packer Plugin for Proxmox](https://www.packer.io/plugins/builders/proxmox/iso) (`proxmox-iso`) v1.0.8 or higher.
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html)
- HashiCorp [Packer Plugin for Proxmox](https://www.packer.io/plugins/builders/proxmox/iso) (`proxmox-iso`)
Required plugins are automatically downloaded during the `packer init` phase. These plugins are placed in the same directory as your Packer executable `/usr/local/bin` or `$HOME/.packer.d/plugins`.
@ -40,9 +40,11 @@ If required, modify the configuration and scripts files.
Initialize packer and start a build.
> **Info:** Using the force flag will automatically remove existing _templates_ with a matching name or VMID.
```Shell
packer init rocky-9/
packer build rocky-9/
packer build -force rocky-9/
```
## License

View File

@ -31,7 +31,6 @@ cloud_config_modules:
- set-passwords
- rh_subscription
- yum-add-repo
- package-update-upgrade-install
- timezone
- puppet
- chef

View File

@ -2,7 +2,7 @@ packer {
required_version = ">= 1.8.3"
required_plugins {
proxmox = {
version = ">= 1.0.8"
version = "1.1.2"
source = "github.com/hashicorp/proxmox"
}
}