Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Added support for block device mappings.
* Added support for deleting values when merging using "--" as a knockout prefix.
* Shell commands will have leading and trailing whitespace removed
* All tags will now be explictly converted to strings (AWS doesn't handle implicit conversion)
* All tags will now be explicitly converted to strings (AWS doesn't handle implicit conversion)

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The CLI is implemented in Thor and help information for any command can be acces

## Caveats

* We chose to build our own tool rather than lean on an existing tool (ie. Chef/Opscode) because we wanted to be able to rely as much as possible on our existing configuration infrastructure and to use a small and simple tool rather than bringing in a signficant new source of complexity.
* We chose to build our own tool rather than lean on an existing tool (ie. Chef/Opscode) because we wanted to be able to rely as much as possible on our existing configuration infrastructure and to use a small and simple tool rather than bringing in a significant new source of complexity.
* The !shell-script functionality provides a window into existing configuration tools, in particular s3dist which can be used to generate the ```include``` property of the config file.

## Testability
Expand Down