Sha256: 0a32e10b0741562320ea273f1fe32e7067897c91d068a4f05c44c5a2de5a9a7d
Contents?: true
Size: 257 Bytes
Versions: 53
Compression:
Stored size: 257 Bytes
Contents
#!/usr/bin/env ruby # For security reasons, ensure that '.' is not on the load path # This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path $LOAD_PATH.delete '.' require 'puppet/util/command_line' Puppet::Util::CommandLine.new.execute
Version data entries
53 entries across 53 versions & 2 rubygems