Skip to content

alexmancini/puppet-mkpasswd

Repository files navigation

mkpasswd

Table of Contents

  1. Overview
  2. Setup - The basics of getting started with mkpasswd
  3. Usage

Overview

This is a simple Puppet module to provide a random password generator function.

Setup

Git Submodule Setup

mkpasswd can be added to a git repository using submodules: git submodule add [email protected]:alexmancini/puppet-mkpasswd.git modules/mkpasswd

Librarian Setup

mkpasswd can also be installed using librarian-puppet by adding this to your Puppetfile:

mod 'alexmancini/puppet-mkpasswd',
  :git => 'https://github.com/alexmancini/puppet-mkpasswd.git',
  :ref => '0.0.1'

Usage

Invoke mkpasswd() to generate a random 32-character hex password.

About

Puppet random password generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages