fix syntax

This commit is contained in:
Kameron Kenny 2019-01-24 12:23:10 -05:00
parent c6ab272b5c
commit 5b0f97a8c6
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ date: 2019-01-21 11:30:00 -0500
categories: yum rpm packages pulp centos linux categories: yum rpm packages pulp centos linux
--- ---
##Build a Server ## Build a Server
For this post, I'm using a fresh install of CentOS 7 provisioned locally using Vagrant. For this post, I'm using a fresh install of CentOS 7 provisioned locally using Vagrant.
To do this, you need to have Vagrant installed and a provider, such as VirtualBox. To do this, you need to have Vagrant installed and a provider, such as VirtualBox.
@ -36,7 +36,7 @@ Vagrant.configure("2") do |config|
end end
{% endhighlight %} {% endhighlight %}
###Provision ### Provision
{% highlight bash %} {% highlight bash %}
$ vagrant up $ vagrant up