Skip to content

Commit

Permalink
Hotfix awarz 531 remove inline comments (#536)
Browse files Browse the repository at this point in the history
Remove inline comments from quadlets
  • Loading branch information
aarz-snl authored Dec 16, 2024
1 parent 6b9a6c9 commit 302e824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quadlet/lme-fleet-server.container
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PartOf=lme.service

[Service]
Restart=always
TimeoutStartSec=5400 #30 minutes, helps ensure does not fail due to health check
TimeoutStartSec=5400
Environment=ANSIBLE_VAULT_PASSWORD_FILE=/etc/lme/pass.sh

[Install]
Expand Down
2 changes: 1 addition & 1 deletion quadlet/lme-kibana.container
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WantedBy=default.target lme.service

[Service]
Restart=always
TimeoutStartSec=5400 #30 minutes, helps ensure does not fail due to health check
TimeoutStartSec=5400
Environment=ANSIBLE_VAULT_PASSWORD_FILE=/etc/lme/pass.sh

[Container]
Expand Down
2 changes: 1 addition & 1 deletion quadlet/lme-wazuh-manager.container
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PartOf=lme.service
Restart=always
LimitNOFILE=655360
Environment=ANSIBLE_VAULT_PASSWORD_FILE=/etc/lme/pass.sh
TimeoutStartSec=5400 #30 minutes, helps ensure does not fail due to health check
TimeoutStartSec=5400

[Install]
WantedBy=default.target lme.service
Expand Down

0 comments on commit 302e824

Please sign in to comment.