-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency https://github.com/lkubb/salt-extension-copier to v…
…0.4.3
- Loading branch information
1 parent
f16e982
commit e100403
Showing
32 changed files
with
1,073 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Autogenerated. Do not edit this by hand, use `copier update`. | ||
--- | ||
_commit: 0.2.6 | ||
_commit: 0.4.3 | ||
_src_path: https://github.com/lkubb/salt-extension-copier | ||
author: EITR Technologies, LLC | ||
author_email: [email protected] | ||
coc_contact: '' | ||
copyright_begin: 2024 | ||
deploy_docs: rolling | ||
docs_url: '' | ||
integration_name: Prometheus | ||
license: apache | ||
loaders: | ||
- engine | ||
|
@@ -14,9 +18,12 @@ no_saltext_namespace: false | |
package_name: prometheus | ||
project_name: prometheus | ||
python_requires: '3.8' | ||
relax_pylint: false | ||
salt_version: '3005' | ||
source_url: https://github.com/salt-extensions/saltext-prometheus | ||
ssh_fixtures: false | ||
summary: Salt Extension for interacting with Prometheus | ||
test_containers: false | ||
tracker_url: https://github.com/salt-extensions/saltext-prometheus/issues | ||
url: https://github.com/salt-extensions/saltext-prometheus | ||
workflows: org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
layout_saltext() { | ||
VIRTUAL_ENV="$(python3 tools/initialize.py --print-venv)" | ||
PATH_add "$VIRTUAL_ENV/bin" | ||
export VIRTUAL_ENV | ||
} | ||
|
||
layout_saltext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,7 @@ celerybeat.pid | |
*.sage.py | ||
|
||
# Environments | ||
!.envrc | ||
.env | ||
.venv | ||
env/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.