Version information
released Nov 14th 2015
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-dirtools', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
geoffwilliams/dirtools — version 0.1.1 Nov 14th 2015
dirtools
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Handy directory tools
Module Description
Provides a single new funcion pwd()
, which returns the present working directory that Puppet was invoked from
Usage
pwd
$pwd = pwd()
Obtain the present working directory
Limitations
Should work on most Unix OSs but untested.
Development
PRs welcome