We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mount.fstab_present
Description
kvm_mount: mount.fstab_present: - name: 'example.com:/kvm' - fs_file: /kvm - fs_vfstype: nfs4 - not_change: true - fs_mntops: defaults,sec=sys
If the entry in /etc/fstab already matches, Salt will always report the following in test mode in yellow:
ID: kvm_mount Function: mount.fstab_present Name: example.com:/kvm Result: None Comment: /kvm entry is already in /etc/fstab. Started: 12:32:35.298712 Duration: 2.222 ms Changes:
Setup (Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior (Include debug logs if possible and relevant)
Expected behavior
It should report in green with no pending changes.
Screenshots If applicable, add screenshots to help explain your problem.
Versions Report
PASTE HERE
Additional context
I will submit a patch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If the entry in /etc/fstab already matches, Salt will always report the following in test mode in yellow:
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
(Include debug logs if possible and relevant)
Expected behavior
It should report in green with no pending changes.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)PASTE HERE
Additional context
I will submit a patch.
The text was updated successfully, but these errors were encountered: