Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Deploy user
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% if salt["node.has_deployment"]() %}
# Deployment account
deploy_account:
user.present:
- name: deploy
- fullname: Deployment and management of the Salt staging area
- uid: 9002
- gid: 3003
- home: /var/run/deploy
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 17:20 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165484
Default Alt Text
init.sls (566 B)

Event Timeline