Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Final transfer fixes #72

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
56 changes: 19 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[![Puppet Forge Version](http://img.shields.io/puppetforge/v/herculesteam/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/herculesteam/augeasproviders_sysctl)
[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/herculesteam/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/herculesteam/augeasproviders_sysctl)
[![Puppet Forge Endorsement](https://img.shields.io/puppetforge/e/herculesteam/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/herculesteam/augeasproviders_sysctl)
[![Build Status](https://img.shields.io/travis/hercules-team/augeasproviders_sysctl/master.svg)](https://travis-ci.org/hercules-team/augeasproviders_sysctl)
[![Coverage Status](https://img.shields.io/coveralls/hercules-team/augeasproviders_sysctl.svg)](https://coveralls.io/r/hercules-team/augeasproviders_sysctl)
[![Sponsor](https://img.shields.io/badge/%E2%99%A5-Sponsor-hotpink.svg)](https://github.com/sponsors/raphink)
[![Build Status](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/actions?query=workflow%3ACI)
[![Release](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/actions/workflows/release.yml)
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-augeasproviders_sysctl/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-augeasproviders_sysctl)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/puppet/augeasproviders_sysctl)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/puppet/augeasproviders_sysctl)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/puppet/augeasproviders_sysctl)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/augeasproviders_sysctl.svg)](https://forge.puppetlabs.com/puppet/augeasproviders_sysctl)
[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-augeasproviders_sysctl)
[![Apache-2 License](https://img.shields.io/github/license/voxpupuli/puppet-augeasproviders_sysctl.svg)](LICENSE)


# sysctl: type/provider for sysctl for Puppet
Expand All @@ -25,39 +28,10 @@ normal.

See [Puppet/Augeas pre-requisites](http://docs.puppetlabs.com/guides/augeas.html#pre-requisites).

## Installing

On Puppet 2.7.14+, the module can be installed easily ([documentation](http://docs.puppetlabs.com/puppet/latest/reference/modules_installing.html)):

puppet module install herculesteam/augeasproviders_sysctl

You may see an error similar to this on Puppet 2.x ([#13858](http://projects.puppetlabs.com/issues/13858)):

Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type `sysctl` at ...

Ensure the module is present in your puppetmaster's own environment (it doesn't
have to use it) and that the master has pluginsync enabled. Run the agent on
the puppetmaster to cause the custom types to be synced to its local libdir
(`puppet master --configprint libdir`) and then restart the puppetmaster so it
loads them.

## Compatibility

### Puppet versions

Minimum of Puppet 2.7.

### Augeas versions

Augeas Versions | 0.10.0 | 1.0.0 | 1.1.0 | 1.2.0 |
:-------------------------|:-------:|:-------:|:-------:|:-------:|
**PROVIDERS** |
sysctl | **yes** | **yes** | **yes** | **yes** |

## Documentation and examples

Type documentation can be generated with `puppet doc -r type` or viewed on the
[Puppet Forge page](http://forge.puppetlabs.com/herculesteam/augeasproviders_sysctl).
[Puppet Forge page](http://forge.puppetlabs.com/puppet/augeasproviders_sysctl).


### manage simple entry
Expand Down Expand Up @@ -122,4 +96,12 @@ Type documentation can be generated with `puppet doc -r type` or viewed on the

## Issues

Please file any issues or suggestions [on GitHub](https://github.com/hercules-team/augeasproviders_sysctl/issues).
Please file any issues or suggestions [on GitHub](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/issues).

## Transfer Notice

This plugin was originally authored by [hercules-team](http://augeasproviders.com).
The maintainer preferred that Puppet Community take ownership of the module for future improvement and maintenance.
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of hercules-team.

Previously: https://github.com/hercules-team/augeasproviders_sysctl
15 changes: 6 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "puppet-augeasproviders_sysctl",
"version": "2.6.2",
"version": "3.0.0-rc0",
"author": "Raphael Pinson, Trevor Vaughan",
"summary": "Augeas-based sysctl type and provider for Puppet",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl",
"project_page": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl",
"issues_url": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl/issues",
"description": "This module provides type/provider for sysctl using the Augeas configuration API library.",
"dependencies": [
{
"name": "puppet/augeasproviders_core",
"version_requirement": ">= 2.4.0 < 4.0.0"
"version_requirement": ">= 3.2.1 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -54,22 +53,20 @@
{
"operatingsystem": "OpenSUSE",
"operatingsystemrelease": [
"42.2"
"15.4"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10",
"11",
"12"
"12",
"13"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [
"5",
"6"
"7"
]
},
{
Expand Down