mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add provision base
This commit is contained in:
parent
51193ab4a6
commit
55d4046c75
2 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
require 'vmfloaty/cli'
|
require 'vmfloaty/cli'
|
||||||
|
require 'vmfloaty/provision'
|
||||||
|
|
||||||
class Vmfloaty
|
class Vmfloaty
|
||||||
|
|
||||||
|
|
|
||||||
5
lib/vmfloaty/provision.rb
Normal file
5
lib/vmfloaty/provision.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
class PROVISION
|
||||||
|
def initialize
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue