Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The legacy file_root sync layout (`_modules`, `_states`, `_utils`) has been remo
- [API Modules Reference](docs/ref/modules.rst)
- [API States Reference](docs/ref/states.rst)

The files under the `nexus3` and `salt/pillar` folders can be used as examples for using these modules.
The files under `tests/files/salt/nexus3` and `tests/files/salt/pillar` can be used as examples for using these modules.

Comment on lines 26 to 30

Copilot AI Mar 31, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says the Nexus3 Salt states/pillar files were deleted, but the PR also adds/keeps Salt example files under tests/files/salt/* and updates docs to point at them. Please clarify the PR description to reflect that the legacy top-level state tree was removed/moved, not eliminated entirely.

Copilot uses AI. Check for mistakes.
The nexus3 execution modules depend on the python requests library which should already be installed from the installation of the salt minion.

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
SALT_MASTER_CONFIG: '{"auto_accept": true}'
volumes:
- $PWD:/workspace
- $PWD/nexus3:/srv/salt/nexus3
- $PWD/salt/pillar:/srv/pillar
- $PWD/tests/files/salt/nexus3:/srv/salt/nexus3
- $PWD/tests/files/salt/pillar:/srv/pillar

salt-minion:
image: saltstack/salt:3006.5
Expand Down
15 changes: 0 additions & 15 deletions nexus3/blobstores.sls

This file was deleted.

42 changes: 0 additions & 42 deletions nexus3/init.sls

This file was deleted.

12 changes: 0 additions & 12 deletions nexus3/map.jinja

This file was deleted.

14 changes: 0 additions & 14 deletions nexus3/privileges.sls

This file was deleted.

14 changes: 0 additions & 14 deletions nexus3/repositories.sls

This file was deleted.

14 changes: 0 additions & 14 deletions nexus3/roles.sls

This file was deleted.

18 changes: 0 additions & 18 deletions nexus3/scripts.sls

This file was deleted.

28 changes: 0 additions & 28 deletions nexus3/setup.sls

This file was deleted.

14 changes: 0 additions & 14 deletions nexus3/users.sls

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading