Sha256: ecdf3d301d12b4c034c341d90b52e1dadb337b10d113aa94aaa3ece2417d6218

Contents?: true

Size: 632 Bytes

Versions: 395

Compression:

Stored size: 632 Bytes

Contents

require 'puppet/face'
require 'puppet/module_tool'
require 'puppet/util/colors'

Puppet::Face.define(:module, '1.0.0') do
  extend Puppet::Util::Colors

  copyright "Puppet Inc.", 2012
  license   _("Apache 2 license; see COPYING")

  summary _("Creates, installs and searches for modules on the Puppet Forge.")
  description <<-EOT
    This subcommand can find, install, and manage modules from the Puppet Forge,
    a repository of user-contributed Puppet code. It can also generate empty
    modules, and prepare locally developed modules for release on the Forge.
  EOT

  display_global_options "environment", "modulepath"
end

Version data entries

395 entries across 395 versions & 2 rubygems

Version Path
puppet-5.5.22 lib/puppet/face/module.rb
puppet-5.5.22-x86-mingw32 lib/puppet/face/module.rb
puppet-5.5.22-x64-mingw32 lib/puppet/face/module.rb
puppet-5.5.22-universal-darwin lib/puppet/face/module.rb
puppet-6.19.0 lib/puppet/face/module.rb
puppet-6.19.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.19.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.19.0-universal-darwin lib/puppet/face/module.rb
puppet-6.18.0 lib/puppet/face/module.rb
puppet-6.18.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.18.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.18.0-universal-darwin lib/puppet/face/module.rb
puppet-6.17.0 lib/puppet/face/module.rb
puppet-6.17.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.17.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.17.0-universal-darwin lib/puppet/face/module.rb
puppet-5.5.21 lib/puppet/face/module.rb
puppet-5.5.21-x86-mingw32 lib/puppet/face/module.rb
puppet-5.5.21-x64-mingw32 lib/puppet/face/module.rb
puppet-5.5.21-universal-darwin lib/puppet/face/module.rb