Skip to content

Commit

Permalink
Merge pull request #29 from syphernl/fix/DEVOPS-929
Browse files Browse the repository at this point in the history
DEVOPS-929: Fixes #28 - Provide all arguments with a default
  • Loading branch information
syphernl committed Jun 24, 2016
2 parents 6b0e2ef + 15212b4 commit 1bbff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhosting/lib.sls
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{ root ~ '/' ~ file }}
{%- endmacro %}

{% macro call_macro(salt, baseconf={}, owner, macro, params={}, name=None) %}
{% macro call_macro(salt, baseconf={}, owner=None, macro=None, params={}, name=None) %}
{% from "vhosting/resources/" ~ macro ~ '.sls' import create %}
{% if name %}
{{ create(salt, baseconf, owner, params, name) }}
Expand Down

0 comments on commit 1bbff03

Please sign in to comment.