Class: PuppetX::Property::AwsTag

Inherits:
Puppet::Property
  • Object
show all
Defined in:
lib/puppet_x/puppetlabs/property/tag.rb

Instance Method Summary collapse

Instance Method Details

#format_tags(value) ⇒ Object



5
6
7
# File 'lib/puppet_x/puppetlabs/property/tag.rb', line 5

def format_tags(value)
  Hash[value.sort]
end