Skip to content

Commit

Permalink
Fix missed template name in docker state config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-parlette authored Aug 3, 2017
1 parent 1ec33ea commit 7061761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/saltstack-formula/docker/config.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

{% from "template/map.jinja" import santa with context %}
{% from "template/map.jinja" import template with context %}
template-config:
test.nop

0 comments on commit 7061761

Please sign in to comment.