Forge Home

gnucash

Provides a class to install or remove GnuCash.

9,776 downloads

9,776 latest version

3.7 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.0 (latest)
released Nov 3rd 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jgoettsch-gnucash', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jgoettsch-gnucash
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jgoettsch-gnucash --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: fedora, gnucash

Documentation

jgoettsch/gnucash — version 0.1.0 Nov 3rd 2013

GnuCash

This module provides a class to install or remove GnuCash.

Parameters

ensure

Ensure if present, installed, absent, purged, held, latest, or a specific version. Default: present

Examples

To install GnuCash:

class { gnucash: ensure => 'present' }

To remove GnuCash:

class { gnucash: ensure => 'absent' }

License

jgoettsch-gnucash is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. jgoettsch-gnucash is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with jgoettsch-gnucash. If not, see http://www.gnu.org/licenses/.

Support

Please log tickets and issues at our Projects site