Skip to content

Commit 36c96e3

Browse files
bene2k1nerda-codes
andauthored
Update pages/elastic-metal/concepts.mdx
Co-authored-by: Néda <[email protected]>
1 parent 03cbeb7 commit 36c96e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/elastic-metal/concepts.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The following formats are supported:
2121

2222
| Format | Starts with | Description |
2323
| --------------------------- | ----------------- | ---------------------------------------------------------------- |
24-
| **Cloud Config File** | `#cloud-config` | YAML file containing cloud-init configuration directives. |
25-
| **Shell Script** | `#!` | Shell script executed during the first boot of the Instance. |
26-
| **Include File** | `#include` | File listing URLs whose contents will be fetched and executed. |
27-
| **Gzip Compressed Content** | N/A | Gzip-compressed user-data that is decompressed and executed. |
28-
| **MIME Multipart Archive** | N/A | File combining multiple data types (e.g. cloud-config + script). |
29-
| **Upstart Job** | `#upstart-job` | Upstart job to be executed during boot. |
30-
| **Cloud Boothook** | `#cloud-boothook` | Script executed very early in the boot process. |
31-
| **Part Handler** | `#part-handler` | Custom handler for processing specific data parts. |
24+
| **Cloud config file** | `#cloud-config` | YAML file containing cloud-init configuration directives. |
25+
| **Shell script** | `#!` | Shell script executed during the first boot of the Instance. |
26+
| **Include file** | `#include` | File listing URLs whose contents will be fetched and executed. |
27+
| **Gzip compressed content** | N/A | Gzip-compressed user-data that is decompressed and executed. |
28+
| **MIME multipart archive** | N/A | File combining multiple data types (e.g. cloud-config + script). |
29+
| **Upstart job** | `#upstart-job` | Upstart job to be executed during boot. |
30+
| **Cloud boothook** | `#cloud-boothook` | Script executed very early in the boot process. |
31+
| **Part handler** | `#part-handler` | Custom handler for processing specific data parts. |
3232

3333
<Message type="note">
3434
Only user-data with content type `text/plain` is currently supported on Scaleway.

0 commit comments

Comments
 (0)