mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
15 lines
288 B
HCL
15 lines
288 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
name = "internal-plugin"
|
|
type = "host"
|
|
# this plugin is built into Nomad;
|
|
# it simply creates a directory.
|
|
plugin_id = "mkdir"
|
|
|
|
capability {
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
}
|
|
|