Skip to content

Commit

Permalink
Merge pull request #7 from matthew-parlette/fix-docker-state-config
Browse files Browse the repository at this point in the history
Fix missed template name in docker state config
  • Loading branch information
matthew-parlette authored Aug 3, 2017
2 parents 1ec33ea + 7061761 commit 0ec2e92
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 0ec2e92

Please sign in to comment.