Sha256: 2ef1fabca223607a397ad49bae18f9ed5631a1a356cc36bd2c90f5ad55ca45eb
Contents?: true
Size: 202 Bytes
Versions: 5
Compression:
Stored size: 202 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) require 'puppet-parse' require 'yaml' run = PuppetParse::Runner.new puts run.run(ARGV).to_yaml
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
puppet-parse-0.0.6 | bin/puppet-parse |
puppet-parse-0.0.5 | bin/puppet-parse |
puppet-parse-0.0.4 | bin/puppet-parse |
puppet-parse-0.0.2 | bin/puppet-parse |
puppet-parse-0.0.1 | bin/puppet-parse |