An open API service indexing awesome lists of open source software.

https://github.com/base2services/ec2configservice_cookbook

Installs and Configures the EC2 config service
https://github.com/base2services/ec2configservice_cookbook

Last synced: about 1 year ago
JSON representation

Installs and Configures the EC2 config service

Awesome Lists containing this project

README

          

# EC2 Config Service Cookbook
[![Cookbook](http://img.shields.io/cookbook/v/ec2configservice.svg)](https://github.com/base2Services/ec2configservice_cookbook)

Installs and Configures the EC2 config services

0.1.2 - Currently only supports:
* Installation of the latest EC2 config service
* Wallpaper Settings config

## Supported Platforms

* Windows

## Attributes


Key
Type
Description
Default


['ec2config']['wallpaper']['default']
Array
array of settings to add to the wallpaper

[{
name: 'Hostname',
source: 'built-in',
identifier: 'hostname',
value: nil
},
.......


## Usage

### ec2configservice::default

Include `ec2configservice` in your node's `run_list`:

```json
{
"run_list": [
"recipe[ec2configservice::default]"
]
}
```

## License and Authors
License:: Apache License, Version 2.0

Authors::
* Aaron Walker - base2Services