Minor fixes to variable documentation
This commit is contained in:
parent
663e36dfc4
commit
06723df614
5 changed files with 9 additions and 12 deletions
|
@ -2,15 +2,12 @@
|
|||
#
|
||||
# === Global variables
|
||||
#
|
||||
# $abusehelper_datadir
|
||||
# $abusehelper_datadir:
|
||||
# Abusehelper home directory. Defaults to /var/lib/ah2.
|
||||
#
|
||||
# $abusehelper_botnets
|
||||
# $abusehelper_botnets:
|
||||
# Array of botnet paths to start at boot.
|
||||
#
|
||||
# $abusehelper_user
|
||||
# User botnets run as. Defaults to 'abusehel'.
|
||||
#
|
||||
class abusehelper {
|
||||
|
||||
case $::operatingsystem {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
#
|
||||
# === Global variables
|
||||
#
|
||||
# $abusesa_datadir
|
||||
# $abusesa_datadir:
|
||||
# AbuseSA home directory. Defaults to /var/lib/abusesa.
|
||||
#
|
||||
# $abusesa_botnets
|
||||
# $abusesa_botnets:
|
||||
# Array of botnet paths to start at boot.
|
||||
#
|
||||
class abusesa {
|
||||
|
|
|
@ -249,7 +249,7 @@ define apt::package($ensure, $source) {
|
|||
# Repository URL.
|
||||
# $dist:
|
||||
# Distribution name. Defaults to $lsbdistcodename.
|
||||
# $components
|
||||
# $components:
|
||||
# Repository components. Defaults to "main".
|
||||
# $key:
|
||||
# GPG key id.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
# $ejabberd_ldap_server:
|
||||
# Array of LDAP authentication servers.
|
||||
#
|
||||
# $ejabberd_ldap_basedn.
|
||||
# $ejabberd_ldap_basedn:
|
||||
# LDAP base dn.
|
||||
#
|
||||
class ejabberd {
|
||||
|
|
|
@ -45,13 +45,13 @@ class libvirt::guest {
|
|||
# $libvirt_admingroup:
|
||||
# Group which has access to system libvirtd.
|
||||
#
|
||||
# $libvirt_guest_on_boot
|
||||
# $libvirt_guest_on_boot:
|
||||
# Action to taken on host boot [start, ignore] (default: start)
|
||||
#
|
||||
# $libvirt_guest_on_shutdown
|
||||
# $libvirt_guest_on_shutdown:
|
||||
# Action to taken on host shutdown [suspend, shutdown] (default: suspend)
|
||||
#
|
||||
# $libvirt_parallel_shutdown
|
||||
# $libvirt_parallel_shutdown:
|
||||
# If set to non-zero, shutdown will suspend guests concurrently. (default: 0)
|
||||
#
|
||||
class libvirt::kvm inherits libvirt::client {
|
||||
|
|
Loading…
Add table
Reference in a new issue