Skip to content

A wrapper to use puppet-strings module outside of the puppet itself

License

Notifications You must be signed in to change notification settings

anthill-utils/puppet-strings-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Strings Wrapper

A wrapper to use puppet-strings module outside of the puppet itself. traveling-ruby is used to deploy the wrapper in totally independed directory.

Setup

./setup-osx.sh <path where to deploy the wrapper>

After setup, the wrapper would be able to generate json documents.

This puppet's method:

puppet strings generate '*/manifests/**/*.pp' '*/functions/**/*.pp' --emit-json out.json

Can now be called in that way:

./<path>/puppet-strings '["*/manifests/**/*.pp", "*/functions/**/*.pp"]' out.json

About

A wrapper to use puppet-strings module outside of the puppet itself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published