moved documentation print_client to code

This commit is contained in:
2024-11-28 15:22:21 +01:00
parent ff5a2e318e
commit f53be573cf
2 changed files with 0 additions and 38 deletions
@@ -1,29 +0,0 @@
``profile::print_client``
=========================
This module configures printing to the PSI print server.
Currently, CUPS is used.
Parameters
----------
=============================== ======== =======================================
**Name** **Type** **Default**
------------------------------- -------- ---------------------------------------
default_printer string hiera('print_client::default_printer')
print_server string hiera('print_client::server')
=============================== ======== =======================================
``default_printer``
~~~~~~~~~~~~~~~~~~~
The default printer to be configured in the PRINTER environment variable.
``print_server``
~~~~~~~~~~~~~~~~
The FQDN of the CUPS print server to use.
-9
View File
@@ -33,7 +33,6 @@ enable_nfs_server bool hiera('base::enable_nfs_server')
enable_nomachine bool hiera('base::enable_nomachine')
enable_platform bool hiera('base::enable_platform')
enable_pmodules bool hiera('base::enable_pmodules')
enable_print_client bool hiera('base::enable_print_client')
enable_rhgb bool hiera('base::enable_rhgb')
enable_ssh_client bool hiera('base::enable_ssh_client')
enable_telegraf bool hiera('base::enable_telegraf')
@@ -205,14 +204,6 @@ Requires AFS to work, as the required configuration files are stored on AFS.
Puppet roles should not set this parameter as this overrides ``base::enable_pmodules`` from Hiera.
Please use ``default_enable_pmodules`` or even ``default_pmodules_when_afs`` instead to define the role preference.
``enable_print_client``
~~~~~~~~~~~~~~~~~~~~~~~
Enable and configure CUPS as a client. See the :doc:`print_client
<../profiles/print_client>` profile for details.
``enable_rhgb``
~~~~~~~~~~~~~~~