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
- Host: GitHub
- URL: https://github.com/base2services/ec2configservice_cookbook
- Owner: base2Services
- License: other
- Created: 2015-06-01T23:02:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T06:15:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T20:46:20.303Z (over 1 year ago)
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/ec2configservice
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EC2 Config Service Cookbook
[](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