cloudinit fix for password expiry

This commit is contained in:
2025-03-30 14:03:52 +00:00
parent 15379acbdc
commit 3471cf1819
3 changed files with 4 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ class CreateServerRequest extends Request implements HasBody
'name' => $this->name,
'server_type' => $this->serverType,
'location' => $this->location,
'user_data' => file_get_contents(resource_path('scripts/hetzner-cloudinit.yml')),
];
}