Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767979
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/devserver/userland-home/init.sls b/roles/devserver/userland-home/homefiles.sls
similarity index 100%
copy from roles/devserver/userland-home/init.sls
copy to roles/devserver/userland-home/homefiles.sls
diff --git a/roles/devserver/userland-home/init.sls b/roles/devserver/userland-home/init.sls
index f651db4..ad527f1 100644
--- a/roles/devserver/userland-home/init.sls
+++ b/roles/devserver/userland-home/init.sls
@@ -1,20 +1,10 @@
# -------------------------------------------------------------
-# Salt — Provision dotfiles and other personal content
+# Salt — Provision user content
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-08
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
-{% for username, user in salt['forest.get_users']().items() %}
-{% if 'deploy_dotfiles_to_devserver' in user %}
-dotfiles_to_devserver_{{username}}:
- file.recurse:
- - name: /home/{{ username }}
- - source: salt://roles/devserver/userland-home/files/dereckson
- - include_empty: True
- - clean: False
- - user: {{ username }}
- - group: {{ username }}
-{% endif %}
-{% endfor %}
+include:
+ - .homefiles
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 04:43 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259544
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment