Skip to content

Commit

Permalink
[blacksmith] Bump version to 3.0.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 6, 2024
1 parent 5b0c629 commit 4b69bd8
Showing 1 changed file with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,49 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8
"name": "puppet-nfs",
"version": "3.0.0",
"version": "3.0.1-rc0",
"source": "https://github.com/voxpupuli/puppet-nfs.git",
"author": "Voxpupuli Community",
"license": "Apache-2.0",
"summary": "Installs and configures NFS server and clients",
"project_page": "https://github.com/voxpupuli/puppet-nfs",
"issues_url": "https://github.com/voxpupuli/puppet-nfs/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 10.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.2 < 10.0.0"},
{"name":"puppetlabs/transition","version_requirement":">= 0.1.0 < 3.0.0"},
{"name":"puppet/augeasproviders_core","version_requirement":">= 2.1.5 < 5.0.0"},
{"name":"puppet/augeasproviders_shellvar","version_requirement":">= 1.2.0 <= 7.0.0"},
{"name":"puppetlabs/augeas_core","version_requirement":">= 1.2.0 <= 2.0.0"},
{"name":"puppetlabs/mount_core","version_requirement":">= 1.2.0 <= 2.0.0"}
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.5.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.1.2 < 10.0.0"
},
{
"name": "puppetlabs/transition",
"version_requirement": ">= 0.1.0 < 3.0.0"
},
{
"name": "puppet/augeasproviders_core",
"version_requirement": ">= 2.1.5 < 5.0.0"
},
{
"name": "puppet/augeasproviders_shellvar",
"version_requirement": ">= 1.2.0 <= 7.0.0"
},
{
"name": "puppetlabs/augeas_core",
"version_requirement": ">= 1.2.0 <= 2.0.0"
},
{
"name": "puppetlabs/mount_core",
"version_requirement": ">= 1.2.0 <= 2.0.0"
}
],
"tags": [
"nfs",
"nfs4",
"exports",
"mount",
"mfc"
],
"tags": ["nfs", "nfs4", "exports", "mount", "mfc"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
Expand Down

0 comments on commit 4b69bd8

Please sign in to comment.