Alphabiztize the Website and template
Having these provisioners not alphabitized on the website and Vagrantfile, seemed odd. This reorders them to be consistent. Signed-off-by: JJ Asghar <jjasghar@gmail.com> Signed-off-by: JJ Asghar <awesome@ibm.com>
This commit is contained in:
parent
f306131a97
commit
9adf855f31
|
@ -70,7 +70,7 @@ Vagrant.configure("2") do |config|
|
|||
# information on available options.
|
||||
|
||||
# Enable provisioning with a shell script. Additional provisioners such as
|
||||
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
||||
# Ansible, Chef, Docker, Puppet and Salt are also available. Please see the
|
||||
# documentation for more information about their specific syntax and use.
|
||||
# config.vm.provision "shell", inline: <<-SHELL
|
||||
# apt-get update
|
||||
|
|
|
@ -74,7 +74,7 @@ description: |-
|
|||
providing the same operating system, packages, users, and
|
||||
configurations, all while giving users the flexibility to use their
|
||||
favorite editor, IDE, and browser. Vagrant also integrates with your
|
||||
existing configuration management tooling like Chef, Puppet, Ansible,
|
||||
existing configuration management tooling like Ansible, Chef, Docker, Puppet
|
||||
or Salt, so you can use the same scripts to configure Vagrant as
|
||||
production.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue