Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix release user and dependency cycle in metadata. #2

Merged
merged 1 commit into from
Jan 25, 2022
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
3 changes: 3 additions & 0 deletions .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
/.vscode/
/.sync.yml
/.devcontainer/
/.github/
/pdk.yaml
/provision.yaml
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Changelog

All notable changes to this project will be documented in this file.

## Release 0.1.0

**Features**

**Bugfixes**

**Known Issues**
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gibbs-systemd_journal_remote",
"name": "genv-systemd_journal_remote",
"version": "0.1.0",
"author": "Dan Gibbs <dev@dangibbs.co.uk>",
"summary": "Installs, configures, and manages the systemd journal remote service",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "puppet-systemd",
"version_requirement": ">= 3.1.0"
"version_requirement": ">= 3.1.0 < 4.0.0"
},
{
"name": "puppetlabs/inifile",
Expand Down