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-6.29.0 lib/puppet/face/module.rb
puppet-6.29.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.29.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.29.0-universal-darwin lib/puppet/face/module.rb
puppet-6.28.0 lib/puppet/face/module.rb
puppet-6.28.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.28.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.28.0-universal-darwin lib/puppet/face/module.rb
puppet-6.27.0 lib/puppet/face/module.rb
puppet-6.27.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.27.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.27.0-universal-darwin lib/puppet/face/module.rb
puppet-6.26.0 lib/puppet/face/module.rb
puppet-6.26.0-x86-mingw32 lib/puppet/face/module.rb
puppet-6.26.0-x64-mingw32 lib/puppet/face/module.rb
puppet-6.26.0-universal-darwin lib/puppet/face/module.rb
puppet-6.25.1 lib/puppet/face/module.rb
puppet-6.25.1-x86-mingw32 lib/puppet/face/module.rb
puppet-6.25.1-x64-mingw32 lib/puppet/face/module.rb
puppet-6.25.1-universal-darwin lib/puppet/face/module.rb