Skip to content

Commit

Permalink
redirect package page references to packages-v1 generally
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Feb 22, 2024
1 parent 65e59b7 commit f24851a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions api/enterprise-api-ref/sql-schema/cfdb.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ changetimestamp | 2018-10-02 00:04:52+00
## Table: Software

Software packages installed (according to local package manager) on the hosts.
More information about CFEngine and package management can be found [here][packages].
More information about CFEngine and package management can be found [here][packages-v2].

**Columns:**

Expand Down Expand Up @@ -1235,7 +1235,7 @@ changetimestamp | 2015-03-12 10:20:18+00

## Table: SoftwareLog
Software packages installed / deleted over period of time.
More information about CFEngine and package management can be found [here][packages].
More information about CFEngine and package management can be found [here][packages-v2].

**Columns:**

Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/file_comparison.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here is the order in which bundles are called in the command line above (some ot

1. [robot][#robot] - demonstrates use of `reports`.
2. [global_vars][#global_vars] - sets up some global variables for later use.
3. [packages][#packages] - installs packages that will be used later on.
3. [packages-v2][#packages] - installs packages that will be used later on.
4. [create_aout_source_file][#create_aout_source_file] - creates a source file.
5. [create_aout][#create_aout] - compiles the source file.
6. [test_delete][#test_delete] - deletes a file.
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/manage-packages.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The packages promise also supports version pinning, so that you can specify
exactly the version you want to have installed. It is modular and extensible, so
that it is easy to add support for new platforms and package managers. For
complete documentation, please have a look at the [reference manual for the
packages promise][packages].
packages promise][packages-v2].

Of course, running the policy by hand is only good for initial testing. Once
your policy works the way you need, you will want to deploy it to your entire
Expand Down
4 changes: 2 additions & 2 deletions reference/components.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ string is also prefixed messages in the event log.

**Description:** List of package module bodies to query for package lists.

Defines the list of [`package module bodies`][packages] which will be queries for
Defines the list of [`package module bodies`][packages-v2] which will be queries for
package lists, for use in `packagematching()`, `packageupdatesmatching()` and in
Enterprise inventory reporting.

Expand All @@ -409,7 +409,7 @@ body common control

**Description:** The default package module body to use.

Defines the default package module body to use for [package promises][packages],
Defines the default package module body to use for [package promises][packages-v2],
if none is specified in the promise.

**Type:** `string`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sorting: 70
Package modules are back-ends that enable the package promise to work
with different types of platform package managers.

See the [`packages` promises][packages] documentation for a
See the [`packages` promises][packages-v2] documentation for a
comprehensive reference on the body types and attributes used here.

## The CFEngine side
Expand Down
2 changes: 1 addition & 1 deletion reference/language-concepts/normal-ordering.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ following, converging towards a final state:
4. [classes][classes]
5. [users][users]
6. [files][files]
7. [packages][packages]
7. [packages-v2][packages]
8. [guest_environments][guest_environments]
9. [methods][methods]
10. [processes][processes]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: lib/packages.cf
published: true
---

See the [`packages` promises][packages] documentation for a
See the [`packages` promises][packages-v2] documentation for a
comprehensive reference on the body types and attributes used here.

[%CFEngine_library_include(lib/packages)%]
2 changes: 1 addition & 1 deletion reference/promise-types.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends on the [bundle][bundles] type:
| [commands][commands] - execute a command | | x | | |
| [databases][databases] - configure a database | | x | | |
| [files][files] - configure a file | | x | | |
| [packages][packages] - install a package | | x | | |
| [packages-v2][packages] - install a package | | x | | |
| [guest_environments][guest_environments] | | x | | |
| [methods][methods] - take on a whole bundle of other promises | | x | | |
| [processes][processes] - start or terminate processes | | x | | |
Expand Down
2 changes: 1 addition & 1 deletion release-notes/known-issues.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ functionality is reinstated.

### HP-UX specific

* [Package promises][packages] do not have out-of-the-box support for the HP-UX
* [Package promises][packages-v2] do not have out-of-the-box support for the HP-UX
specific package manager. The workaround is to call the package manager
directly using [commands promises][commands].
* Some important system information is missing from the HP-UX inventory report,
Expand Down

0 comments on commit f24851a

Please sign in to comment.