Manage Perl modules using CPAN
New in version 2015.5.0.
salt.modules.cpan.
install
(module)¶Install a Perl module from CPAN
CLI Example:
salt '*' cpan.install Template::Alloy
salt.modules.cpan.
list_
()¶List installed Perl modules, and the version installed
CLI Example:
salt '*' cpan.list
salt.modules.cpan.
remove
(module, details=False)¶Attempt to remove a Perl module that was installed from CPAN. Because the
cpan
command doesn't actually support "uninstall"-like functionality,
this function will attempt to do what it can, with what it has from CPAN.
Until this function is declared stable, USE AT YOUR OWN RISK!
CLI Example:
salt '*' cpan.remove Old::Package
salt.modules.cpan.
show
(module)¶Show information about a specific Perl module
CLI Example:
salt '*' cpan.show Template::Alloy
salt.modules.cpan.
show_config
()¶Return a dict of CPAN configuration values
CLI Example:
salt '*' cpan.show_config
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy