walkamongus-codedeploy

Puppet module for the AWS CodeDeploy agent


Keywords
aws, codedeploy
License
Apache-2.0
Install
puppet module install walkamongus-codedeploy --version 1.0.1

Documentation

AWS CodeDeploy Puppet Module

Build Status

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with codedeploy
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.

Overview

This module installs and enables the AWS CodeDeploy agent.

Module Description

The AWS Codedeploy allows you to automatically deploy applications to AWS instances from S3 or GitHub. This module installs any required packages followed by the CodeDeploy agent. It then enables the codedeploy-agent service and ensures that it is running.

Setup

What codedeploy affects

  • Packages
    • codedeploy-agent
    • awscli (Debian)
  • Services
    • codedeploy-agent daemon

Usage

The codedeploy-agent package requires a version of Ruby > 2.0.x to be installed under /usr/bin/ruby. This dependency must be satisfied prior to installing the codedeploy-agent package. The recommended way of doing this is via the puppetlabs/ruby module.

Install the AWS CodeDeploy agent and ensure the agent is running

include '::ruby'
include '::codedeploy'