Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------b------------------------------------------------------
# Salt — Provision dev software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Directory
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/datacube:
file.directory:
- mode: 711
# -------------------------------------------------------------
# ZFS
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if salt['node.has']('zfs:pool') %}
{% set tank = salt['node.get']("zfs:pool") %}
{{ tank }}/datacube:
zfs.filesystem_present:
- properties:
mountpoint: /datacube
compression: zstd-7
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 16:19 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3920361
Default Alt Text
init.sls (883 B)

Event Timeline