Removed 'easy to use'
This commit is contained in:
parent
b8f9d2e988
commit
50fee40b53
|
@ -91,12 +91,12 @@ export default function Homepage() {
|
|||
<div className="tag g-type-label">Infrastructure as Code</div>
|
||||
<h2 className="g-type-display-2">Modern, Automated</h2>
|
||||
<p className="g-type-body">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue