Skip to content

kenmaglio/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolbox

This module includes utility defined types. These are used throughout other modules made by Ken Maglio

However, these are very reusable and could be used by anyone.

  • MKDIRS

    • Ensure All Directories Exist given a Full Path
    • Splits on "/" (configurable)
    • Windows / Linux Support
    • e.g. C:/Program Files/WinSW will ensure Program Files, WinSW both exist (but not C:)
    • e.g. /opt/myapplication will ensure opt, myapplication exist

    Defined Type Usage

    
    toolbox::mkdirs { 'C:/temp/myapplication': }
    
    toolbox::mkdirs { 'My Dir':
      path => "C:/${$somevar}"
    }
    

About

Puppet Module to Create Recursively Directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages