Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3914507
D366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D366.diff
View Options
diff --git a/pillar/top.sls b/pillar/top.sls
--- a/pillar/top.sls
+++ b/pillar/top.sls
@@ -8,4 +8,5 @@
base:
eglide:
+ - users.revokedusers
- users.shellusers
diff --git a/pillar/users/shellusers.sls b/pillar/users/revokedusers.sls
copy from pillar/users/shellusers.sls
copy to pillar/users/revokedusers.sls
--- a/pillar/users/shellusers.sls
+++ b/pillar/users/revokedusers.sls
@@ -1,8 +1,8 @@
# -------------------------------------------------------------
-# Salt — Users accounts list
+# Salt — Revoked users accounts list
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
-# Created: 2016-04-08
+# Created: 2016-04-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
@@ -10,13 +10,6 @@
# Users accounts
# -------------------------------------------------------------
-shellusers:
- tomjerr:
- fullname: Tommy Aditya
- uid: 2001
- fedai:
- fullname: Erol Unutmaz
- uid: 2002
- rashk0:
- fullname: Rashk0
- uid: 2003
+revokedusers:
+ # Account renamed to erol // T808
+ - fedai
diff --git a/pillar/users/shellusers.sls b/pillar/users/shellusers.sls
--- a/pillar/users/shellusers.sls
+++ b/pillar/users/shellusers.sls
@@ -14,7 +14,7 @@
tomjerr:
fullname: Tommy Aditya
uid: 2001
- fedai:
+ erol:
fullname: Erol Unutmaz
uid: 2002
rashk0:
diff --git a/roles/shellserver/users/files/ssh_keys/erol b/roles/shellserver/users/files/ssh_keys/erol
new file mode 100644
--- /dev/null
+++ b/roles/shellserver/users/files/ssh_keys/erol
@@ -0,0 +1 @@
+ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdHrSRJGwaGFTpoZIvkoWTMpnXgke77emVicMT8b37kcUepeD91pA3UPQ7UOEQl/Af3Ly7ePneymZ6NjAkM06oPeIjxE6Nz+i6p7rVIZhCb9qz+hdKgt4wSEQLWponegFNdCUs6HvMjDGlsI0kajHgIakXiKAwNyxhQzpBoGranO9c2PdAq2HGq7Kcq8ApC1kdKG0W3dT4PWborzmt1jWna2yosEn+TTHj5wi2p/E9BsCbmfokBO3xn491lr1P4shh4zg7Mv3SPD3j4/mZb9EMwD8cl4y9ZIoMEbL8p4s8J7Joqs3gK9hmMN5ZCNUFrNrJu3TCRZre2k7cV3+U3IXT erol@fedai
diff --git a/roles/shellserver/users/files/ssh_keys/fedai b/roles/shellserver/users/files/ssh_keys/fedai
deleted file mode 100644
--- a/roles/shellserver/users/files/ssh_keys/fedai
+++ /dev/null
@@ -1 +0,0 @@
-ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAnH+wU01809/OZseFQsfwUL6qLOgi7JL/aMvQB3AZGS7RNLt2ESPbQmWswREByDe/XVO+9IZ5x3SbVyPcP3WEqD4YgT5P/4lK9OTJCPkHClTFMccspzH37B3ccueerww8Mwim3F2VwGFDdzg71FhQT95Yg0vrhyzHXuN2Z
diff --git a/roles/shellserver/users/init.sls b/roles/shellserver/users/init.sls
--- a/roles/shellserver/users/init.sls
+++ b/roles/shellserver/users/init.sls
@@ -23,13 +23,10 @@
# Disabled accounts
# -------------------------------------------------------------
-# Currently, there is no revoked accounts on Eglide.
-#
-# To disable an account, remove it from the active section and
-# add here the following block:
-#
-# orkaevash:
-# user.absent
+{% for user in pillar.get('revokedusers') %}
+{{user}}:
+ user.absent
+{% endfor %}
# -------------------------------------------------------------
# Active accounts
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 15:07 (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2308201
Default Alt Text
D366.diff (3 KB)
Attached To
Mode
D366: [Eglide] Rename account fedai to erol
Attached
Detach File
Event Timeline
Log In to Comment