Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
ea2961cf
Commit
ea2961cf
authored
5 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
Fix trailing whitespaces
Fixes salt-lint error 201.
parent
6982c268
No related branches found
Branches containing commit
No related tags found
1 merge request
!527
gitlab-ci: Added salt-lint
Pipeline
#24061
failed
5 years ago
Stage: lint
Stage: highstate
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
batman_adv/exporter.sls
+1
-1
1 addition, 1 deletion
batman_adv/exporter.sls
kernel/sysctl.sls
+5
-5
5 additions, 5 deletions
kernel/sysctl.sls
network/domains-batman.sls
+1
-1
1 addition, 1 deletion
network/domains-batman.sls
nginx/vhosts.sls
+1
-1
1 addition, 1 deletion
nginx/vhosts.sls
with
8 additions
and
8 deletions
batman_adv/exporter.sls
+
1
−
1
View file @
ea2961cf
...
...
@@ -10,7 +10,7 @@
/etc/systemd/system/prometheus-batadv-txtexport.timer:
file.managed:
- source:
- source:
- salt://batman_adv/files/prometheus-batadv-txtexport.timer.{{ grains['oscodename'] }}
- salt://batman_adv/files/prometheus-batadv-txtexport.timer
- mode: '0644'
...
...
This diff is collapsed.
Click to expand it.
kernel/sysctl.sls
+
5
−
5
View file @
ea2961cf
...
...
@@ -69,7 +69,7 @@ net.ipv4.neigh.default.gc_thresh3:
net.ipv6.neigh.default.gc_thresh1:
sysctl.present:
- value: 2048
- value: 2048
- config: {{ sysctld }}/neigh.conf
net.ipv6.neigh.default.gc_thresh2:
...
...
@@ -92,7 +92,7 @@ net.ipv6.conf.all.forwarding:
sysctl.present:
- value: 1
- config: {{ sysctld }}/forward.conf
# Increase the r/w-buffer-space allocatable
#core
...
...
@@ -149,8 +149,8 @@ net.ipv6.conf.all.keep_addr_on_down:
sysctl.present:
- value: 1
- config: {{ sysctld }}/keep_addr_on_down.conf
## IPv4 tuning
#Prevent SYN attack, enable SYNcookies (they will kick-in when the max_syn_backlog reached)
...
...
@@ -216,7 +216,7 @@ net.ipv6.route.max_size:
sysctl.present:
- value: 8388608
- config: {{ sysctld }}/forward.conf
# Accept Redirects; default = 0
net.ipv6.conf.default.accept_redirects:
sysctl.present:
...
...
This diff is collapsed.
Click to expand it.
network/domains-batman.sls
+
1
−
1
View file @
ea2961cf
{% set transport_interface = salt['pillar.get']('ferm:transport_interface', 'ens14') %}
{% set transport_interface = salt['pillar.get']('ferm:transport_interface', 'ens14') %}
/etc/network/interfaces.d/{{ transport_interface }}:
file.managed:
- source: salt://network/files/transport_interface.j2
...
...
This diff is collapsed.
Click to expand it.
nginx/vhosts.sls
+
1
−
1
View file @
ea2961cf
...
...
@@ -7,7 +7,7 @@
/etc/nginx/sites-available/{{ name }}.conf:
file.managed:
- source:
- source:
{%- if cert_exists %}
- salt://nginx/files/sites/{{ name }}.conf.j2
- salt://nginx/files/sites/default-https.conf.j2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment