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
Fri, Nov 21, 16:08 (4 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165484
Default Alt Text
init.sls (566 B)

Event Timeline