mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-25 18:48:41 -05:00
Initial commit
This commit is contained in:
commit
d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions
32
bin/beaker-vmpooler
Executable file
32
bin/beaker-vmpooler
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require 'rubygems' unless defined?(Gem)
|
||||
require 'beaker-vmpooler'
|
||||
|
||||
VERSION_STRING =
|
||||
"
|
||||
_ .--.
|
||||
( ` )
|
||||
beaker-vmpooler .-' `--,
|
||||
_..----.. ( )`-.
|
||||
.'_|` _|` _|( .__, )
|
||||
/_| _| _| _( (_, .-'
|
||||
;| _| _| _| '-'__,--'`--'
|
||||
| _| _| _| _| |
|
||||
_ || _| _| _| _| %s
|
||||
_( `--.\\_| _| _| _|/
|
||||
.-' )--,| _| _|.`
|
||||
(__, (_ ) )_| _| /
|
||||
`-.__.\\ _,--'\\|__|__/
|
||||
;____;
|
||||
\\YT/
|
||||
||
|
||||
|\"\"|
|
||||
'=='
|
||||
"
|
||||
|
||||
|
||||
|
||||
puts VERSION_STRING % [Beaker::DSL::Helpers::Vmpooler::Version::STRING]
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue