-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] openSUSE Leap overwrites salt config on first start #111
Comments
@fzipi Do you know what the contents of |
@myii The file just need to exist (it is a lock). It is called by
So we just need to have that file managed. Another file that may have impact is
Maybe we want to disable that one also... |
@fzipi Ah, OK. Hopefully this is straightforward, then. |
Your setup
Formula commit hash / release tag
1.0.1
Versions reports (master & minion)
Pillar / config used
test/salt/pillar/default.sls
Bug details
Describe the bug
Suse resets salt configuration if file
/var/adm/postfix.configured
in not present.Before starting the service, systemd startup script will:
And
/etc/postfix/system/config_postfix
will execute all defaults for OpenSuse, effectively rewriting salt written config.Steps to reproduce the bug
Problem started when including OpenSuse as test platform.
Expected behaviour
Config properly written, and tests verify configuration.
Attempts to fix the bug
Additional context
This is happening while adding inspec tests in PR #108 .
The text was updated successfully, but these errors were encountered: