ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
..
2022-11-08 11:16:56 +00:00
2022-06-08 23:39:35 +00:00
2022-03-11 20:09:36 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

puppetboard has been installed into ${INSTDIR}

Please be aware that this is still experimental software and may not
be production ready.

Configuration
-------------
You can configure the PuppetDB host and port through
${INSTDIR}/puppetboard/default_settings.py

PuppetDB
--------
Puppetboard requires PuppetDB 4, however compatability with PuppetDB 3
is available (though PuppetDB 3 was never ported to OpenBSD).

    pkg_add puppetdb

Starting puppetboard
--------------------

By default Puppetboard will bind to 127.0.0.1:8000, to adjust this
puppetboard_flags will need to be set in /etc/rc.conf.local. Please refer to the
gunicorn documentation for the available options.