Skip to content

Commit

Permalink
Fixes #136
Browse files Browse the repository at this point in the history
  • Loading branch information
guillearch committed Oct 14, 2018
1 parent c9ec858 commit d71cb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ class DigitalOcean(PackerBuilder):
'state_timeout': (str, False),
'user_data': (str, False),
'user_data_file': (str, False),
'tags': ([str], False),
}


Expand Down

0 comments on commit d71cb96

Please sign in to comment.