• Sign in

Georg GH. Hopp / vagrant-lxd · Files

Dogs2 white

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • vagrant-lxd
  • lib
  • vagrant
  • lxd
  • config.rb
  • store machine id, so that ansible provisioner can create inventory file
    98100c7c
    Georg Hopp authored
    2017-05-08 13:28:58 +0200  
    Browse Files »
config.rb 96 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
module Vagrant
  module Lxd
     class Config < Vagrant.plugin("2", :config)
     end
  end
end