Browse Source

saltify provider should set correct master

This is necessary for the correct settings on the minions when saltifying new hosts
tags/v0.57.0
Jimmy Tang 9 years ago
parent
commit
2e30a44e41
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/files/cloud.providers.d/saltify.conf

+ 2
- 0
salt/files/cloud.providers.d/saltify.conf View File

@@ -1,3 +1,5 @@
# This file is managed by Salt via {{ source }}
saltify:
provider: saltify
minion:
master: {{ cloud['master'] }}

Loading…
Cancel
Save