Skip to content

Commit

Permalink
more attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Feb 23, 2024
1 parent 83b2cf7 commit 2bb3f1e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 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--v2].
More information about CFEngine and package management can be found [here][packages].

**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--v2].
More information about CFEngine and package management can be found [here][packages].

**Columns:**

Expand Down
4 changes: 3 additions & 1 deletion generator/_references.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
[mpf-classification-bundles]: reference-masterfiles-policy-framework.html#classification-bundles-before-autorun.html
[mpf-services-autorun]: reference-masterfiles-policy-framework-services-autorun.html
[package-modules-the-api]: reference-language-concepts-modules-package-module-api.html#the-api
[packages]: reference-promise-types-packages-v2.html
[packages#options]: reference-promise-types-packages-v2.html#options
[packages-v1]: reference-promise-types-packages-v1.html
[packages-v1#package_name_convention]: reference-promise-types-packages-v1.html#package_name_convention
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--v2] documentation for a
See the [`packages` promises][packages] documentation for a
comprehensive reference on the body types and attributes used here.

## The CFEngine side
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--v2] documentation for a
See the [`packages` promises][packages] 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/packages-v1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ published: true
---

**NOTE:** This package promise is deprecated.
When possible use the latest [package promise version][packages--v2].
When possible use the latest [package promise version][packages].

If specific attributes are not specified and there is no `default:package_module_knowledge.platform_default` variable set then this v1 packages promise will be used.
Also note that if no specific `package_method` attribute is included a default of [`generic`][#Default package method] will be used.
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--v2] do not have out-of-the-box support for the HP-UX
* [Package promises][packages] 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 2bb3f1e

Please sign in to comment.