From 50fee40b537f69bd1db64cd869665b00d8b24a12 Mon Sep 17 00:00:00 2001 From: DerekStrickland <1111455+DerekStrickland@users.noreply.github.com> Date: Tue, 9 Jun 2020 12:47:53 -0400 Subject: [PATCH] Removed 'easy to use' --- website/pages/home/index.jsx | 12 ++++++------ website/pages/intro/why.mdx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 4e80c7661..5726b4501 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -91,12 +91,12 @@ export default function Homepage() {
- HashiCorp Packer is easy to use and automates the creation of any - type of machine image. It embraces modern configuration management - by encouraging you to use automated scripts to install and configure - the software within your Packer-made images. Packer brings machine - images into the modern age, unlocking untapped potential and opening - new opportunities. + HashiCorp Packer automates the creation of any type of machine + image. It embraces modern configuration management by encouraging + you to use automated scripts to install and configure the software + within your Packer-made images. Packer brings machine images into + the modern age, unlocking untapped potential and opening new + opportunities.
diff --git a/website/pages/intro/why.mdx b/website/pages/intro/why.mdx index 2e7b09f54..6e25c7206 100644 --- a/website/pages/intro/why.mdx +++ b/website/pages/intro/why.mdx @@ -20,7 +20,7 @@ or they had too high of a learning curve. The result is that, prior to Packer, creating machine images threatened the agility of operations teams, and therefore aren't used, despite the massive benefits. -Packer changes all of this. Packer is easy to use and automates the creation of +Packer changes all of this. Packer automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use a framework such as Chef or Puppet to install and configure the software within your Packer-made images.