Skip to content

Instantly share code, notes, and snippets.

View mquintiliano's full-sized avatar

Marcelo Quintiliano da Silva mquintiliano

  • Red Hat
  • São Paulo - Brasil
View GitHub Profile

Speaker Bio

Marcelo Silva a.k.a "Quintiliano" is a Senior Customer Experience and Engagement Product Manager at Red Hat with over 15 years of experience with Linux and Open Source projects, working to delivery the greatest experience as possible with the Red Hat enterprise grade solutions to our customers. He is also a guitar player wannabe and, a Rock'n'roll lover.

@mquintiliano
mquintiliano / Vagrantfile
Last active January 4, 2019 17:04
Vagrantfile libvirt sample
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
# vagrant-hostmanager plugin
if Vagrant.has_plugin?("vagrant-hostmanager")