Skip to content

ac3cloud/bulletproof-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bulletproof-generic

A very small puppet module that will allow you to abstract puppet types from within hiera. This was not designed to be used outside of hiera example usage below.

For example

generic::config::params:
   'type':
        'package':
            'nginx':
               ensure: latest
            'whois':
               ensure: latest
        'exec':
            'test':
             path: '/usr/bin'
             command: "/usr/bin/touch /tmp/winrar"

About

Puppet module to abstract and type into hiera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published