Skip to content

Commit

Permalink
fix(rosco) Make pause_before configurable, maintaining current default (
Browse files Browse the repository at this point in the history
  • Loading branch information
avram authored and Matt Duftler committed Nov 2, 2017
1 parent 858cf33 commit 8f05647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rosco-web/config/packer/aws-ebs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"package_type": "",
"packages": "",
"upgrade": "",
"configDir": null
"configDir": null,
"pause_before": "30s"
},
"builders": [{
"type": "amazon-ebs",
Expand Down Expand Up @@ -49,6 +50,6 @@
"packages={{user `packages`}}",
"upgrade={{user `upgrade`}}"
],
"pause_before": "30s"
"pause_before": "{{user `pause_before`}}"
}]
}

0 comments on commit 8f05647

Please sign in to comment.