Sha256: 70d065eac2abadf851130d02cb37192f06bc7d0565412385783abc225dbbdc4e
Contents?: true
Size: 740 Bytes
Versions: 214
Compression:
Stored size: 740 Bytes
Contents
Puppet::Face.define(:module, '1.0.0') do action(:generate) do summary _("Generate boilerplate for a new module.") #TRANSLATORS 'Puppet Development Kit' is the name of the software package replacing this action and should not be translated. description _("This action has been replaced by Puppet Development Kit. For more information visit https://puppet.com/docs/pdk/latest/pdk.html.") when_invoked do |*args| #TRANSLATORS 'Puppet Development Kit' is the name of the software package replacing this action and should not be translated. raise _("This action has been replaced by Puppet Development Kit. For more information visit https://puppet.com/docs/pdk/latest/pdk.html.") end deprecate end end
Version data entries
214 entries across 214 versions & 2 rubygems