puppet-ec2api/manifests/init.pp

15 lines
226 B
Puppet

# == Class: ec2api
#
# Full description of class ec2api here.
#
# === Parameters
#
# [*sample_parameter*]
# Explanation of what this parameter affects and what it defaults to.
#
class ec2api {
include ::ec2api::params
}