Skip to content

Commit

Permalink
Merge pull request #2205 from jcockhren/fix_2204
Browse files Browse the repository at this point in the history
provisioners/salt: need_configure should return true when master_config is defined as well.
  • Loading branch information
mitchellh committed Sep 14, 2013
2 parents 87f8bd8 + 624a9dd commit 4638a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/provisioners/salt/provisioner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def binaries_found
end

def need_configure
@config.minion_config or @config.minion_key
@config.minion_config or @config.minion_key or @config.master_config or @config.master_key
end

def need_install
Expand Down

0 comments on commit 4638a7a

Please sign in to comment.