This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apache-formula
mirror of
https://github.com/saltstack-formulas/apache-formula.git
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
31
Wiki
Activity
Browse Source
fix(flags.sls): fix `salt-lint` errors
```bash Examining apache/flags.sls of type state [201] Trailing whitespace apache/flags.sls:7 ```
tags/v0.38.0
Imran Iqbal
5 years ago
parent
2a79d05945
commit
a146c59763
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apache/flags.sls
+ 1
- 1
apache/flags.sls
View File
@@ -4,7 +4,7 @@
include:
- apache
{% for flag in salt['pillar.get']('apache:flags:enabled', []) %}
a2enflag {{ flag }}:
cmd.run:
Write
Preview
Loading…
Cancel
Save