diff --git a/guide/english/devops/packer/index.md b/guide/english/devops/packer/index.md index b95806a342d..9b5f7551490 100644 --- a/guide/english/devops/packer/index.md +++ b/guide/english/devops/packer/index.md @@ -4,7 +4,7 @@ title: Packer ## Packer -Packer is an automation tool that aids in creating pre-configured images for Public Clouds and some virtualization software like VirtualBox or VmWare. It is most often used in conjuction with Vagrant for local testing and with Public Clouds to provide faster way to deploy hosting environment. Please note Packer still requires a way to provision such image i.e using configuration management tools like Ansible or Puppet +Packer is an automation tool that aids in creating pre-configured images for Public Clouds and some virtualization software like VirtualBox or VmWare. It is most often used in conjuction with Vagrant for local testing and with Public Clouds to provide a faster way to deploy hosting environment. Please note Packer still requires a way to provision such image i.e using configuration management tools like Ansible or Puppet #### More Information: