rnelson0 / puppet-generate-puppetfile

Generate or update a Puppetfile for use with r10k or librarian-puppet. Optionally, create a fixtures file for rspec-puppet.
92 stars 22 forks source link

Format the Puppetfile into columns #57

Closed binford2k closed 7 years ago

binford2k commented 7 years ago

Example usage:

root@localhost:~ # generate-puppetfile pltraining/userprefs

Installing modules. This may take a few minutes.

Your Puppetfile has been generated. Copy and paste between the markers:

=======================================================================
forge 'http://forge.puppetlabs.com'

# Modules discovered by generate-puppetfile
mod 'pltraining/userprefs',  '1.0.17'
mod 'puppetlabs/chocolatey', '3.0.0'
mod 'puppetlabs/powershell', '2.1.2'
mod 'puppetlabs/registry',   '1.1.4'
mod 'puppetlabs/stdlib',     '4.17.1'
mod 'stahnma/epel',          '1.2.2'
=======================================================================
rnelson0 commented 7 years ago

Thanks, Ben!