Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nibalizer/puppet-bundler
- Owner: nibalizer
- License: other
- Created: 2014-12-11T08:05:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T08:14:40.000Z (about 10 years ago)
- Last Synced: 2024-10-26T20:11:55.669Z (about 2 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```