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

Version Path
puppet-6.29.0 lib/puppet/face/module/build.rb
puppet-6.29.0-x86-mingw32 lib/puppet/face/module/build.rb
puppet-6.29.0-x64-mingw32 lib/puppet/face/module/build.rb
puppet-6.29.0-universal-darwin lib/puppet/face/module/build.rb
puppet-6.28.0 lib/puppet/face/module/build.rb
puppet-6.28.0-x86-mingw32 lib/puppet/face/module/build.rb
puppet-6.28.0-x64-mingw32 lib/puppet/face/module/build.rb
puppet-6.28.0-universal-darwin lib/puppet/face/module/build.rb
puppet-6.27.0 lib/puppet/face/module/build.rb
puppet-6.27.0-x86-mingw32 lib/puppet/face/module/build.rb
puppet-6.27.0-x64-mingw32 lib/puppet/face/module/build.rb
puppet-6.27.0-universal-darwin lib/puppet/face/module/build.rb
puppet-6.26.0 lib/puppet/face/module/build.rb
puppet-6.26.0-x86-mingw32 lib/puppet/face/module/build.rb
puppet-6.26.0-x64-mingw32 lib/puppet/face/module/build.rb
puppet-6.26.0-universal-darwin lib/puppet/face/module/build.rb
puppet-6.25.1 lib/puppet/face/module/build.rb
puppet-6.25.1-x86-mingw32 lib/puppet/face/module/build.rb
puppet-6.25.1-x64-mingw32 lib/puppet/face/module/build.rb
puppet-6.25.1-universal-darwin lib/puppet/face/module/build.rb