Puppet module primer

List installed modules

# puppet module list

Search for available modules

# puppet module search fstab
Notice: Searching https://forge.puppetlabs.com ...
NAME                      DESCRIPTION                                  AUTHOR        KEYWORDS
AlexCline-fstab           The fstab module helps puppet manage ent...  @AlexCline    fstab linux augeas
AlexCline-mounts          The mounts module will help manage mount...  @AlexCline    ext nfs linux fstab
domcleal-augeasproviders  Alternative Augeas-based providers for P...  @domcleal     ssh nrpe host fstab

Install a module

# puppet module install AlexCline-fstab

Leave a Reply

Your email address will not be published. Required fields are marked *