Skip to content

Commit

Permalink
Change default value of git_repository (#515)
Browse files Browse the repository at this point in the history
Part of osism/issues#700

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 5, 2023
1 parent c12fc04 commit 1d0d56a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
ignore: |
{{cookiecutter.project_name}}/environments/ceph/configuration.yml
{{cookiecutter.project_name}}/environments/configuration.yml
{{cookiecutter.project_name}}/environments/custom/configuration.yml
{{cookiecutter.project_name}}/environments/custom/playbook-cronjobs.yml
{{cookiecutter.project_name}}/environments/infrastructure/configuration-mirror-images.yml
{{cookiecutter.project_name}}/environments/infrastructure/configuration.yml
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fqdn_internal": "api-int.osism.xyz",
"git_host": "github.com",
"git_port": "22",
"git_repository": "osism/cfg-cookiecutter",
"git_repository": "YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY",
"git_username": "git",
"git_version": "main",
"ip_external": "192.168.96.9",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Default value of `git_repository` is now `YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY`.

0 comments on commit 1d0d56a

Please sign in to comment.