Sha256: 00c59a88de959e60318358a9de51c8d2fb1947a9d321a281fe2083165e29f687
Contents?: true
Size: 730 Bytes
Versions: 214
Compression:
Stored size: 730 Bytes
Contents
Puppet::Face.define(:module, '1.0.0') do action(:build) do summary _("Build a module release package.") #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