Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
fbkusers
Commits
bfdd3b2f
Commit
bfdd3b2f
authored
Nov 11, 2020
by
Francesco Gionghi
Browse files
install acl if ubuntu 20
parent
c3ed9d2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
fbkusers/init.sls
View file @
bfdd3b2f
include:
- .install
- .createuser
- .fsperm
- .sudo
...
...
fbkusers/install/init.sls
0 → 100644
View file @
bfdd3b2f
{#- Get the `tplroot` from `tpldir` #}
{%- set fbkusersroot = slspath.split('/')[0] %}
{%- from fbkusersroot ~ "/map.jinja" import fbkuserssettings with context %}
{% if fbkuserssettings.packages is defined %}
common_packages:
pkg.installed:
- pkgs:
{% for package in fbkuserssettings.packages %}
- {{ package }}
{% endfor %}
{% endif%}
\ No newline at end of file
fbkusers/osfingermap.yaml
View file @
bfdd3b2f
...
...
@@ -7,6 +7,8 @@ Ubuntu-18.04:
systemctl
:
/bin/systemctl
Ubuntu-20.04
:
systemctl
:
/usr/bin/systemctl
packages
:
-
acl
Ubuntu-16.04
:
{}
# os: Fedora
Fedora-31
:
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment