From 06723df61428101fc560d87fb3f2f3882a81a21d Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 26 Aug 2013 18:41:43 +0300 Subject: [PATCH] Minor fixes to variable documentation --- abusehelper/manifests/init.pp | 7 ++----- abusesa/manifests/init.pp | 4 ++-- apt/manifests/init.pp | 2 +- ejabberd/manifests/init.pp | 2 +- libvirt/manifests/init.pp | 6 +++--- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/abusehelper/manifests/init.pp b/abusehelper/manifests/init.pp index f764570..3ca6aa6 100644 --- a/abusehelper/manifests/init.pp +++ b/abusehelper/manifests/init.pp @@ -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 { diff --git a/abusesa/manifests/init.pp b/abusesa/manifests/init.pp index 86ea10b..0b55f80 100644 --- a/abusesa/manifests/init.pp +++ b/abusesa/manifests/init.pp @@ -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 { diff --git a/apt/manifests/init.pp b/apt/manifests/init.pp index 7d21074..eae862d 100644 --- a/apt/manifests/init.pp +++ b/apt/manifests/init.pp @@ -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. diff --git a/ejabberd/manifests/init.pp b/ejabberd/manifests/init.pp index 69ea55a..682036b 100644 --- a/ejabberd/manifests/init.pp +++ b/ejabberd/manifests/init.pp @@ -33,7 +33,7 @@ # $ejabberd_ldap_server: # Array of LDAP authentication servers. # -# $ejabberd_ldap_basedn. +# $ejabberd_ldap_basedn: # LDAP base dn. # class ejabberd { diff --git a/libvirt/manifests/init.pp b/libvirt/manifests/init.pp index ed32a6d..4ae0614 100644 --- a/libvirt/manifests/init.pp +++ b/libvirt/manifests/init.pp @@ -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 {