-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from lkubb/copier-update
- Loading branch information
Showing
21 changed files
with
146 additions
and
94 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,21 +1,27 @@ | ||
# Autogenerated. Do not edit this by hand, use `copier update`. | ||
--- | ||
_commit: 0.2.6 | ||
_commit: 0.3.7 | ||
_src_path: https://github.com/lkubb/salt-extension-copier | ||
author: EITR Technologies, LLC | ||
author_email: [email protected] | ||
docs_url: '' | ||
coc_contact: [email protected] | ||
copyright_begin: 2023 | ||
deploy_docs: rolling | ||
docs_url: https://salt-extensions.github.io/saltext-proxmox/ | ||
integration_name: Proxmox PVE | ||
license: apache | ||
loaders: | ||
- cloud | ||
max_salt_version: 3006 | ||
max_salt_version: 3007 | ||
no_saltext_namespace: false | ||
package_name: proxmox | ||
project_name: proxmox | ||
python_requires: '3.8' | ||
salt_version: '3005' | ||
source_url: https://github.com/salt-extensions/saltext-proxmox | ||
ssh_fixtures: false | ||
summary: Salt Extension for interacting with Proxmox | ||
summary: Salt Extension for interacting with Proxmox PVE | ||
test_containers: false | ||
tracker_url: https://github.com/salt-extensions/saltext-proxmox/issues | ||
url: https://github.com/salt-extensions/saltext-proxmox | ||
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Thanks for your interest in contributing to the Salt Extension Modules for | ||
Proxmox PVE! We welcome any contribution, large or small - from | ||
adding a new feature to fixing a single letter typo. | ||
|
||
This is a companion to the Salt Project and the [Salt Contributing | ||
Guide][salt-contributing] should be considered the default for this project. | ||
Where this project disagrees with the Salt Project, the guidelines here take | ||
precedence. Where this project is silent, the Salt guidelines should be used. | ||
|
||
See the **Contributing** section in the [README][README.md] for a quickstart. | ||
|
||
|
||
[README.md]: README.md | ||
[salt-contributing]: https://docs.saltproject.io/en/master/topics/development/contributing.html |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
""" | ||
Copied/distilled from Salt doc/_ext/saltdomain.py in order to be able | ||
to use Salt's custom doc refs. | ||
""" | ||
|
||
|
||
def setup(app): | ||
app.add_crossref_type( | ||
directivename="conf_master", | ||
rolename="conf_master", | ||
indextemplate="pair: %s; conf/master", | ||
) | ||
app.add_crossref_type( | ||
directivename="conf_minion", | ||
rolename="conf_minion", | ||
indextemplate="pair: %s; conf/minion", | ||
) | ||
return {"parallel_read_safe": True, "parallel_write_safe": True} |
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
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.