Installs and Configures the EC2 config services
0.1.2 - Currently only supports:
- Installation of the latest EC2 config service
- Wallpaper Settings config
- Windows
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 }, ....... |
Include ec2configservice
in your node's run_list
:
{
"run_list": [
"recipe[ec2configservice::default]"
]
}
License:: Apache License, Version 2.0
Authors::
- Aaron Walker - base2Services