Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nibalizer/puppet-bundler

equivalent to bundle install for metadata.json
https://github.com/nibalizer/puppet-bundler

Last synced: about 1 month ago
JSON representation

equivalent to bundle install for metadata.json

Awesome Lists containing this project

README

        

puppet-bundler
--------------

Simple tool to validate and lint metadata.json files in Puppet modules.

install
-------

```shell
gem install puppet-bundler
```

usage
-----

```shell
puppet-bundler /path/too/metadata.json
/home/nibz/.puppet/modules
└── puppetlabs-stdlib (v4.4.0)
/home/nibz/.puppet/modules
└─┬ puppetlabs-apt (v1.7.0)
└── puppetlabs-stdlib (v4.4.0)
/home/nibz/.puppet/modules
└─┬ puppetlabs-concat (v1.1.2)
└── puppetlabs-stdlib (v4.4.0)
/home/nibz/.puppet/modules
└── puppetlabs-firewall (v1.2.0)
```