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

This commit is contained in:
Robert Kaussow 2023-03-19 21:38:17 +01:00
parent 933c33553d
commit 71e5f55df4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 6 additions and 6 deletions

View File

@ -4,3 +4,4 @@ ISOs
jktr
hcloud-packer-templates
Hetzner
VMID

View File

@ -11,8 +11,8 @@ This project is inspired by [jktr/hcloud-packer-templates](https://github.com/jk
**Packer**:
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html) v1.7.7 or higher.
- HashiCorp [Packer Plugin for Hetzner Cloud](https://www.packer.io/plugins/builders/hetzner-cloud) (`hcloud`) v1.0.5 or higher.
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html)
- HashiCorp [Packer Plugin for Hetzner Cloud](https://www.packer.io/plugins/builders/hetzner-cloud) (`hcloud`)
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`.
@ -32,11 +32,11 @@ If required, modify the configuration and scripts files.
## Build
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 {
hcloud = {
version = ">= 1.0.0"
version = " 1.0.5"
source = "github.com/hashicorp/hcloud"
}
}