Forge Home

sysadmin

Install common sysadmin utilities

11,124 downloads

11,124 latest version

4.1 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.2.1 (latest)
released Aug 1st 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'spiette-sysadmin', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add spiette-sysadmin
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install spiette-sysadmin --version 0.2.1

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

Documentation

spiette/sysadmin — version 0.2.1 Aug 1st 2013

sysadmin

Build Status

This is the sysadmin module. It installs packages for system administration that won't make it in other modules.

  • acpid
  • blktrace
  • curl
  • dstat
  • ethtool
  • iotop
  • iftop
  • iptraf(-ng)
  • iperf
  • mtr
  • screen
  • sysstat (can be disabled)
  • traceroute
  • vim (optionnaly)
  • wget

Parameters

  • ensure (present|latest|absent) This parameter will be passed to package.

  • vim Most of the time, you'll want a more refined vim module to handle configuration and plugins. But if you just want the vim package, just set this to true. It defaults to false.

  • sysstat Sysstat is a package that you may want to tweak and let it have its own module. If this is the case and you want to handle the package installation elsewhere, set this to false and the sysadmin module won't install sysstat. It defaults to true.

License

Apache License 2.0

Contact

Simon Piette piette.simon@gmail.com

Support

Please log tickets and issues at our Projects site