commit | 7fee054386ce0d3123cb16db54976b4945f175c8 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Oct 15 11:19:24 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Oct 15 11:21:20 2015 +0200 |
tree | 911b0d37fc57a734ab12f3d496307a2cd791fbe7 | |
parent | f5383a44be710022e88fc14df049b58b250f3773 [diff] [blame] |
Enable/disable console autologin
diff --git a/linux/system/init.sls b/linux/system/init.sls index b8b3a48..f46bf09 100644 --- a/linux/system/init.sls +++ b/linux/system/init.sls
@@ -33,3 +33,6 @@ {%- if system.apparmor is defined %} - linux.system.apparmor {%- endif %} +{%- if system.console is defined %} +- linux.system.console +{%- endif %}