Version information
released Apr 25th 2015
Start using this module
Add this module to your Puppetfile:
mod 'vrusinov-lxqt', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
vrusinov/lxqt — version 0.1.0 Apr 25th 2015
lxqt
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with lxqt
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Simple puppet module to install basic LxQT desktop with some essential apps. Tested on Fedora, should work on other Linux distros with minimal modifications.
Module Description
Simple puppet module to install basic LxQT desktop with some essential apps. Tested on Fedora, should work on other Linux distros with minimal modifications.
Setup
What lxqt affects
Installs:
- LxQt packages (such as lxqt-session)
- Misc management utils (network-manager-applet, pcmanfm-qt5, obconf)
- Small essential Qt apps: smplayer, qmmp, qterminal, qxkb
Beginning with lxqt
Just include lxqt class on your nodes/classes.
Usage
Just include lxqt class on your nodes/classes.
Limitations
This module was only tested on Fedora.
Development
Pull requests are welcome here: https://bitbucket.org/rvs/puppet-lxqt/
Dependencies
- puppetlabs-stdlib (>= 1.0.0)