Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 912 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 912 Bytes

puppet_link

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Reference - An under-the-hood peek at what the module is doing and how
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

Create symlink to puppet in /usr/local/bin for hosts using puppet in a non-standard location such as the PC1 release from the apt.puppetlabs.com repository. This ensure puppet is present in the path even in non-login shells.

Usage

Just declare the class.

class { '::puppet_link': }

Reference

Classes

puppet_link

Development

Check it out on github.com/bodhidigital/puppet-puppet_link.