Minor fixes to variable documentation

This commit is contained in:
Ossi Salmi 2013-08-26 18:41:43 +03:00
parent 663e36dfc4
commit 06723df614
5 changed files with 9 additions and 12 deletions

View file

@ -2,15 +2,12 @@
# #
# === Global variables # === Global variables
# #
# $abusehelper_datadir # $abusehelper_datadir:
# Abusehelper home directory. Defaults to /var/lib/ah2. # Abusehelper home directory. Defaults to /var/lib/ah2.
# #
# $abusehelper_botnets # $abusehelper_botnets:
# Array of botnet paths to start at boot. # Array of botnet paths to start at boot.
# #
# $abusehelper_user
# User botnets run as. Defaults to 'abusehel'.
#
class abusehelper { class abusehelper {
case $::operatingsystem { case $::operatingsystem {

View file

@ -2,10 +2,10 @@
# #
# === Global variables # === Global variables
# #
# $abusesa_datadir # $abusesa_datadir:
# AbuseSA home directory. Defaults to /var/lib/abusesa. # AbuseSA home directory. Defaults to /var/lib/abusesa.
# #
# $abusesa_botnets # $abusesa_botnets:
# Array of botnet paths to start at boot. # Array of botnet paths to start at boot.
# #
class abusesa { class abusesa {

View file

@ -249,7 +249,7 @@ define apt::package($ensure, $source) {
# Repository URL. # Repository URL.
# $dist: # $dist:
# Distribution name. Defaults to $lsbdistcodename. # Distribution name. Defaults to $lsbdistcodename.
# $components # $components:
# Repository components. Defaults to "main". # Repository components. Defaults to "main".
# $key: # $key:
# GPG key id. # GPG key id.

View file

@ -33,7 +33,7 @@
# $ejabberd_ldap_server: # $ejabberd_ldap_server:
# Array of LDAP authentication servers. # Array of LDAP authentication servers.
# #
# $ejabberd_ldap_basedn. # $ejabberd_ldap_basedn:
# LDAP base dn. # LDAP base dn.
# #
class ejabberd { class ejabberd {

View file

@ -45,13 +45,13 @@ class libvirt::guest {
# $libvirt_admingroup: # $libvirt_admingroup:
# Group which has access to system libvirtd. # 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) # 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) # 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) # If set to non-zero, shutdown will suspend guests concurrently. (default: 0)
# #
class libvirt::kvm inherits libvirt::client { class libvirt::kvm inherits libvirt::client {