<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vagrant question in Photon OS Discussions</title>
    <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220386#M135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a little further, I realized I need to add the plugin. So I ran "&lt;SPAN class="s1"&gt;vagrant plugin install photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get the following error when I issue "vagrant --debug up":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;ERROR vagrant: Vagrant experienced an error! Details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: #&amp;lt;Vagrant::Errors::PluginLoadError: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:275:in `rescue in &amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:271:in `&amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `require'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `&amp;lt;main&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Vagrant failed to initialize at a very early stage:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;If I remove the plugin, then the error goes away.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;Not sure if this is helpful at all.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 18:13:02 GMT</pubDate>
    <dc:creator>jbmurphy</dc:creator>
    <dc:date>2015-04-22T18:13:02Z</dc:date>
    <item>
      <title>Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220385#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to vagrant/photon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the following vagrant file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vagrant.configure(2) do |config|&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.box = "vmware/photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; #config.vm.network "public_network", bridge: 'en0: Ethernet'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the error I am receiving is : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Vagrant attempted to execute the capability 'configure_networks'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;on the detect guest OS 'linux', but the guest doesn't&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;support that capability. This capability is required for your&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;configuration of Vagrant. Please either reconfigure Vagrant to&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;avoid this capability or fix the issue by creating the capability.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Is this error from a functionality/capability that you did not add to the photon image? Or am I doing something wrong on my end?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Sorry if this question out of the scope of this forum.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:04:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220385#M134</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220386#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a little further, I realized I need to add the plugin. So I ran "&lt;SPAN class="s1"&gt;vagrant plugin install photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get the following error when I issue "vagrant --debug up":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;ERROR vagrant: Vagrant experienced an error! Details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: #&amp;lt;Vagrant::Errors::PluginLoadError: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:275:in `rescue in &amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:271:in `&amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `require'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `&amp;lt;main&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Vagrant failed to initialize at a very early stage:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;If I remove the plugin, then the error goes away.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;Not sure if this is helpful at all.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 18:13:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220386#M135</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220387#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, figured out that I needed to install:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;vagrant plugin install activerecord&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;vagrant plugin install actionview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also hardcoded the guest:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;config.vm.guest = :photon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I get the error:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;The guest implementation explicitly specified in your Vagrantfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;("photon") could not be found. Please verify that the plugin is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;installed which implements this guest and that the value you&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;used for `config.vm.guest` is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give up!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 19:38:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220387#M136</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220388#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;jbmurphy ha scritto:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I got a little further, I realized I need to add the plugin. So I ran "&lt;SPAN class="s1"&gt;vagrant plugin install photon"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vagrant uses RubyGems to distribute plugins, and the "photon" plugin is a gem that has nothing to do with Vagrant, you should uninstall it and install the correct plugin which is &lt;CODE style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; background: transparent;"&gt;vagrant-guests-photon.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:18:35 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220388#M137</guid>
      <dc:creator>frapposelli</dc:creator>
      <dc:date>2015-04-23T01:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220389#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply. No wonder it wasn't working! Not sure if you are looking for more feedback. Here is my current Vagrantfile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vagrant.configure(2) do |config|&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.box = "vmware/photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.guest = :photon&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.network "public_network", bridge: 'en0: Ethernet'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; #config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An here is the error I receive:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;The following SSH command responded with a non-zero exit status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Vagrant assumes that this means the command failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ifconfig&amp;nbsp;&amp;nbsp; netmask &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Stdout from the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Stderr from the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;ifconfig: error: interface `netmask' does not exist&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks again for your reply.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:03:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220389#M138</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-23T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2975948#M390</link>
      <description>&lt;P&gt;Here's an example to demonstrate how you can use the config object within the Vagrant.configure block:&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 23:32:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2975948#M390</guid>
      <dc:creator>youripasted</dc:creator>
      <dc:date>2023-07-05T23:32:52Z</dc:date>
    </item>
  </channel>
</rss>

