-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Salt Pillar and State roots not moved to final location #17150
Comments
I've just experienced the same issue.
Workarround is not possible as we can't provide
Do you know when this can be fixed? |
If you define the arguments |
I submitted a PR, which I think will solve the issue of no defined defaults as indicated in the documentation: #19712 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
If you define a
minion_config_file
, the step that moves directories uploaded via thelocal_state_tree
andlocal_pillar_roots
variables to their final destinations,remote_state_tree
andremote_pillar_roots
, respectively, does not perform the copy. This is due the final values ofremote_state_tree
andremote_pillar_roots
being empty once the run starts.Terraform Version
Terraform Configuration Files
Expected Behavior
Actual Behavior
Arrows point to where the directories are missing.
Steps to Reproduce
With the configuration above (assuming you've configured your provider),
local_state_tree
andlocal_pillar_roots
variables that exists.minion_config_file
variable that exists.terraform apply
Additional Context
The docs state that you cannot use
minion_config_file
with defining eitherremote_pillar_roots
orremote_state_tree
. Given none of theremote_*
variables are defined in the configuration above, that caveat does not apply to this issue.The text was updated successfully, but these errors were encountered: