We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IdentLookups
Debian-11
1 parent f0adb77 commit ce6dec8Copy full SHA for ce6dec8
.yamllint
@@ -18,6 +18,7 @@ ignore: |
18
test/**/states/**/*.sls
19
.kitchen/
20
kitchen.vagrant.yml
21
+ test/salt/pillar/debian.sls
22
test/salt/pillar/redhat.sls
23
24
yaml-files:
test/salt/pillar/debian.sls
@@ -1,5 +1,5 @@
1
---
2
proftpd:
3
- IdentLookups: '"off"'
+ IdentLookups: {{ '""' if grains.get('osfinger', '') in ['Debian-11'] else '"off"' }}
4
User: nobody
5
Group: nogroup
0 commit comments