desyops / puppet-tuned

Puppet adaptive system tuning daemon module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-tuned

Overview

Install, enable and configure the tuned adaptive system tuning daemon found in Red Hat Enterprise Linux.

  • tuned : Class to install and enable tuned

Examples

Install and enable tuned with the ''default'' profile :

include '::tuned'

Install and enable tuned with the ''virtual-host'' profile :

class { '::tuned': profile => 'virtual-host' }

Check the output of tuned-adm list to see the available profiles on your systems.

Install and enable tuned with a custom profile, contained in another module :

class { '::tuned':
  profile => 'my-super-tweaks',
  source  => 'puppet:///modules/mymodule/tune-profiles/my-super-tweaks',
}

To completely stop, disable and remove tuned :

class { '::tuned': ensure => 'absent' }

About

Puppet adaptive system tuning daemon module

License:Other


Languages

Language:Puppet 100.0%