traylenator / puppet-zram_generator

Installs and configures zram_generator with puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet Module for zram_generator

Description

Installs and configures zram_generator

Example

zram_generator::zram{'zram1':
  zram_size         => 'ram / 2',
}

This will create a /dev/zram1 device half the size of available RAM and activate it.

Reference

See REFERENCE.md for full details of parameters.

About

Installs and configures zram_generator with puppet

License:Apache License 2.0


Languages

Language:Ruby 61.8%Language:Puppet 34.8%Language:Dockerfile 3.4%