Update specific modules across all environments
To update specific modules across all environments, specify the modules with the
r10k deploy module
command.
Before updating modules, you must Update all environments and modules.
To update one module across all environments, append the module name to the command, such as:
r10k deploy module <MODULE_NAME>
To update
multiple modules across all environments, append the module names to the command,
separated by spaces. For example, this command updates the apache
, jenkins
, and java
modules:
r10k deploy module apache jenkins java
If a specified module is not declared in an environment's Puppetfile, that environment is skipped.