Skip to content

Commit

Permalink
terraform roster: split import in two sections
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Aug 2, 2018
1 parent 1a9eec8 commit 38df2cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions salt/roster/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@
You can use the count attribute to create multiple roster entries with a single definition. Please refer to the `terraform salt provider <https://github.com/dmacvicar/terraform-provider-salt>`_ for more detailed examples.
'''
# Import Python libs
from __future__ import absolute_import, unicode_literals
import logging
import salt.utils.json
import os.path
import salt.utils

# Import Salt libs
import salt.utils.files
import salt.utils.json
from salt.roster.flat import RosterMatcher

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 38df2cd

Please sign in to comment.