Sha256: de553d5bc68c82a8fbbf4c2f8d527324c42ce69efb74e2f20cdf3c23c007d057

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

[![Gem Version](https://badge.fury.io/rb/itamae-spec.svg)](http://badge.fury.io/rb/itamae-spec)

Customized version of Itamae

## Concept

- Integration with Serverspec
- Attributes are defined by: Nodes, Environments, and Recipes
- Support for some AWS Resources
- Running on the RakeTask

## Installation

```
$ gem install itamae-spec
$ itamae-spec init your-project-name
```

## If you want to use the AWS Resources
```
$ aws configure
```

## Getting Started
- [Getting Started](https://github.com/kammy1231/itamae-spec/wiki/Getting-Started)

## Usage AWS Resource
- [Customized Resources](https://github.com/kammy1231/itamae-spec/wiki/Customized-Resources)

## Reference
- [itamae](https://github.com/itamae-kitchen/itamae)
- [Serverspec](https://github.com/mizzy/serverspec)

## Contributing

If you have a problem, please [create an issue](https://github.com/kammy1231/itamae-spec) or a pull request.

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itamae-spec-0.0.3 README.md
itamae-spec-0.0.2 README.md