-
- Downloads
Add class for disabling console screensaver.
By default, the console screensaver is enabled on Linux systems (at least RedHat:ish systems). That makes it difficult to see kernel crash messages on the console on physical servers, as the screensaver typically is activated, and you can't deactivate it since the kernel is dead and does not respond to key presses... This adds a class console::screensaver::disable which disables the console screensaver when the machine boots.
manifests/screensaver/disable.pp
0 → 100644
Please register or sign in to comment