Skip to content

Commit

Permalink
Update path example for install_software.package_path
Browse files Browse the repository at this point in the history
Related to #25867 

Paths are relative. Fixed in 4.58.0.
  • Loading branch information
marko-lisica authored Jan 30, 2025
1 parent 4a8a054 commit 4dc6e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ policies:
resolution: "Install Firefox version 129.0.2 or higher."
query: "SELECT 1 FROM deb_packages WHERE name = 'firefox' AND version_compare(version, '129.0.2') >= 0;"
install_software:
package_path: "../lib/linux-firefox.deb.package.yml"
package_path: "./linux-firefox.deb.package.yml"
```

`default.yml` (for policies that neither install software nor run scripts), `teams/team-name.yml`, or `teams/no-team.yml`
Expand Down

0 comments on commit 4dc6e3c

Please sign in to comment.