Procházet zdrojové kódy

Include linux.system.group when needed

Change-Id: I2163dbdee38e1b9c5c4dec6611550f16fdf1373b
pull/114/head
Filip Pytloun před 7 roky
rodič
revize
54cb363b56
2 změnil soubory, kde provedl 8 přidání a 6 odebrání
  1. +3
    -1
      linux/system/user.sls
  2. +5
    -5
      tests/pillar/system.sls

+ 3
- 1
linux/system/user.sls Zobrazit soubor

@@ -1,6 +1,9 @@
{%- from "linux/map.jinja" import system with context %}
{%- if system.enabled %}

include:
- linux.system.group

{%- for name, user in system.user.iteritems() %}

{%- if user.enabled %}
@@ -12,7 +15,6 @@
{%- endif %}
{%- endfor %}


system_user_{{ name }}:
user.present:
- name: {{ name }}

+ 5
- 5
tests/pillar/system.sls Zobrazit soubor

@@ -35,9 +35,9 @@ linux:
enabled: true
home: /root
name: root
test:
testuser:
enabled: true
name: test
name: testuser
sudo: true
uid: 9999
full_name: Test User
@@ -62,9 +62,9 @@ linux:
groups:
- sudogroup1
group:
test:
testgroup:
enabled: true
name: test
name: testgroup
gid: 9999
system: true
db-ops:
@@ -85,7 +85,7 @@ linux:
test:
enabled: true
command: "/bin/sleep 3"
user: test
user: testuser
minute: 0
hour: 13
package:

Načítá se…
Zrušit
Uložit