Changeset - f95725c5d450
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:04:00
timeless@gmail.com
brand: Kallithea
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/installation_puppet.rst
Show inline comments
 
@@ -81,25 +81,25 @@ on `what the module affects
 
can also do a *dry run* by adding the ``--noop`` option to the command.
 

	
 

	
 
Using parameters for customizing the setup process
 
--------------------------------------------------
 

	
 
The ``kallithea`` Puppet class provides a number of `parameters
 
<https://forge.puppetlabs.com/rauch/kallithea#class-kallithea>`_ for
 
customizing the setup process. You have seen the usage of the ``seed_db``
 
parameter in the :ref:`example above <simple_manifest>`, but there are more.
 
For example, you can specify the installation directory, the name of the user
 
under which Kallithea gets installed, the initial admin password, etc.
 
Notably, you can provide arbitrary modifications to Kallitheas configuration
 
Notably, you can provide arbitrary modifications to Kallithea's configuration
 
file by means of the ``config_hash`` parameter.
 

	
 
Parameters, which have not been set explicitly, will be set to default values,
 
which are defined inside the ``kallithea`` Puppet module. For example, if you
 
just stick to the defaults as in the :ref:`example above <simple_manifest>`,
 
you will end up with a Kallithea instance, which
 

	
 
- is installed in ``/srv/kallithea``, owned by the user ``kallithea``
 
- uses the Kallithea default configuration
 
- uses the admin user ``admin`` with password ``adminpw``
 
- is started automatically and enabled on boot
 

	
0 comments (0 inline, 0 general)