Skip to content

Commit

Permalink
(Docs) Minor changes for 3.0
Browse files Browse the repository at this point in the history
!no-release-note
  • Loading branch information
hestonhoffman authored and lucywyman committed Jan 29, 2021
1 parent c5c8591 commit a052702
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions documentation/bolt_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,13 @@ Use one of the supported *nix installation methods to install Bolt.
### Install Bolt on Debian or Ubuntu

Packaged versions of Bolt are available for Debian 9-10 and Ubuntu 16.04 and
18.04.

The Puppet Tools repository for the APT package management system is
[https://apt.puppet.com](https://apt.puppet.com). Packages are named using the
convention `puppet-tools-release-<VERSION CODE NAME>.deb`. For example, the
release package for Puppet Tools on Debian 9 “Stretch” is
`puppet-tools-release-stretch.deb`.

To install Bolt on Ubuntu or Debian:
1. Download and install the software and its dependencies. Use the commands
appropriate to your system:
- Debian 9
Expand Down
3 changes: 1 addition & 2 deletions documentation/configuring_bolt.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ to lead to errors where content from another project is loaded.
**Windows Filepath:** `%PROGRAMDATA%\PuppetLabs\bolt\etc\bolt-defaults.yaml`

The defaults configuration file supports most of Bolt's configuration options,
with the exception of options that are project-specific such as `inventoryfile`
and `modulepath`.
with the exception of options that are project-specific such as `modulepath`.

You can view a full list of the available options in [`bolt-defaults.yaml`
options](bolt_defaults_reference.md).
Expand Down
2 changes: 1 addition & 1 deletion documentation/templates/privilege_escalation.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ can then access from a Bolt plan.
You can set [variables on the target
object](inventory_files.md#target-object) in your
[inventory](inventory_files.md), either statically as plaintext in the
inventoryfile or dynamically using [inventory plugins](using_plugins.md). You
inventory file or dynamically using [inventory plugins](using_plugins.md). You
can then access variables on the target object in a plan, or using a [remote
task](writing_tasks.md#writing-remote-tasks).

Expand Down

0 comments on commit a052702

Please sign in to comment.