mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Add host manager
This commit is contained in:
parent
75f2a212a4
commit
d31b5e6b8f
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
require 'vmfloaty/cli'
|
require 'vmfloaty/cli'
|
||||||
require 'vmfloaty/provision'
|
require 'vmfloaty/provision'
|
||||||
|
require 'vmfloaty/hosts'
|
||||||
|
|
||||||
class Vmfloaty
|
class Vmfloaty
|
||||||
|
|
||||||
|
|
|
||||||
5
lib/vmfloaty/hosts.rb
Normal file
5
lib/vmfloaty/hosts.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# manage hosts used from vm pooler
|
||||||
|
class HOSTS
|
||||||
|
def initialize
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue