mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Configure and start service
This commit is contained in:
11
REFERENCE.md
11
REFERENCE.md
@@ -12,7 +12,9 @@
|
||||
|
||||
#### Private Classes
|
||||
|
||||
* `klipper::configure`: Handles configuration of klipper
|
||||
* `klipper::install`: Perform baseline install of Klipper
|
||||
* `klipper::service`: Manage the klipper service
|
||||
|
||||
## Classes
|
||||
|
||||
@@ -37,6 +39,7 @@ The following parameters are available in the `klipper` class:
|
||||
* [`user`](#user)
|
||||
* [`python_dir`](#python_dir)
|
||||
* [`config_dir`](#config_dir)
|
||||
* [`log_path`](#log_path)
|
||||
|
||||
##### <a name="src_path"></a>`src_path`
|
||||
|
||||
@@ -78,3 +81,11 @@ The path to place klipper config files
|
||||
|
||||
Default value: `"/home/${klipper::user}/klipper_config"`
|
||||
|
||||
##### <a name="log_path"></a>`log_path`
|
||||
|
||||
Data type: `Stdlib::Absolutepath`
|
||||
|
||||
Where to store the klipper logs
|
||||
|
||||
Default value: `"/home/${klipper::user}/klipper_logs"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user