Skip to content

andrewm3/puppet-ec2_tag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Overview:

The ec2_tag module exposes a custom type used to manage ec2 tags in AWS.

Usage:

ec2_tag { "title":
  ensure => present, # absent to remove a tag
  name => "name", # optional - defaults to $title
  value => "value",
}

About

Puppet custom type for managing EC2 tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.5%
  • Puppet 4.5%