Skip to content

Commit

Permalink
Remove single authors from files
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Jan 16, 2017
1 parent 41efa55 commit f7f31d7
Show file tree
Hide file tree
Showing 46 changed files with 0 additions and 146 deletions.
3 changes: 0 additions & 3 deletions lib/puppet_x/icinga2/utils.rb
Expand Up @@ -62,9 +62,6 @@
#
# attr => 'array1 + [ item1, item2, ... ]' or attr => 'hash1 + { item1, ... }'
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
require 'puppet'

Expand Down
3 changes: 0 additions & 3 deletions manifests/config.pp
Expand Up @@ -10,9 +10,6 @@
#
# This class is private and should not be called by others than this module.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::config {

Expand Down
3 changes: 0 additions & 3 deletions manifests/config/fragment.pp
Expand Up @@ -14,9 +14,6 @@
# [*order*]
# String to set the position in the target file, sorted in alpha numeric order.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::config::fragment(
$content,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature.pp
Expand Up @@ -2,9 +2,6 @@
#
# Private define resource to used by this module only.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::feature(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/api.pp
Expand Up @@ -124,9 +124,6 @@
# ssl_cert => '-----BEGIN CERTIFICATE----- ...',
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::api(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/checker.pp
Expand Up @@ -7,9 +7,6 @@
# [*ensure*]
# Set to present enables the feature checker, absent disabled it. Defaults to present.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::checker(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/command.pp
Expand Up @@ -11,9 +11,6 @@
# Absolute path to the command pipe. Default depends on platform, /var/run/icinga2/cmd/icinga2.cmd on Linux
# and C:/ProgramData/icinga2/var/run/icinga2/cmd/icinga2.cmd on Windows.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::command(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/compatlog.pp
Expand Up @@ -15,9 +15,6 @@
# Sets how often should the log file be rotated. Valid options are: HOURLY, DAILY, WEEKLY or MONTHLY.
# Defaults to DAILY.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::compatlog(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/debuglog.pp
Expand Up @@ -12,9 +12,6 @@
# /var/log/icinga2/debug.log on Linux
# C:/ProgramData/icinga2/var/log/icinga2/debug.log on Windows
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::debuglog(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/gelf.pp
Expand Up @@ -19,9 +19,6 @@
# [*enable_send_perfdata*]
# Enable performance data for 'CHECK RESULT' events. Defaults to false.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::gelf(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/graphite.pp
Expand Up @@ -25,9 +25,6 @@
# [*enable_send_metadata*]
# Send metadata as metrics. Defaults to false.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::graphite(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/idomysql.pp
Expand Up @@ -120,9 +120,6 @@
# require => Mysql::Db['icinga2']
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::idomysql(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/idopgsql.pp
Expand Up @@ -69,9 +69,6 @@
# require => Postgresql::Server::Db['icinga2']
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::idopgsql(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/influxdb.pp
Expand Up @@ -95,9 +95,6 @@
# database => "icinga2"
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::influxdb(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/livestatus.pp
Expand Up @@ -29,9 +29,6 @@
# 'var/icinga2/log/icinga2/compat' on Linux
# 'C:/ProgramData/icinga2/var/log/icinga2/compat' on Windows.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::livestatus(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/mainlog.pp
Expand Up @@ -14,9 +14,6 @@
# Absolute path to the log file. Default depends on platform, '/var/log/icinga2/icinga2.log' on Linux
# and 'C:/ProgramData/icinga2/var/log/icinga2/icinga2.log' on Windows.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::mainlog(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/notification.pp
Expand Up @@ -7,9 +7,6 @@
# [*ensure*]
# Set to present enables the feature notification, absent disabled it. Defaults to present.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::notification(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/opentsdb.pp
Expand Up @@ -13,9 +13,6 @@
# [*port*]
# OpenTSDB port. Defaults to 4242.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::opentsdb(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/perfdata.pp
Expand Up @@ -38,9 +38,6 @@
# Rotation interval for the files specified in {host,service}_perfdata_path. Can be written in minutes or seconds,
# i.e. 1m or 15s. Defaults to 30s.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::perfdata(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/statusdata.pp
Expand Up @@ -21,9 +21,6 @@
# Interval in seconds to update both status files.
# You can also specify it in minutes with the letter m or in seconds with s. Defaults to '15s'
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::statusdata(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/feature/syslog.pp
Expand Up @@ -11,9 +11,6 @@
# You can choose the log severity between information, notice, warning or debug.
# Defaults to warning.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::feature::syslog(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/init.pp
Expand Up @@ -120,9 +120,6 @@
# confd => 'local.d',
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2(
$ensure = running,
Expand Down
3 changes: 0 additions & 3 deletions manifests/install.pp
Expand Up @@ -11,9 +11,6 @@
#
# This class is private and should not be called by others than this module.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
class icinga2::install {

Expand Down
3 changes: 0 additions & 3 deletions manifests/object.pp
Expand Up @@ -44,9 +44,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object(
$object_type,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/apiuser.pp
Expand Up @@ -44,9 +44,6 @@
# }
# ]
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::apiuser(
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/checkcommand.pp
Expand Up @@ -38,9 +38,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 10.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::checkcommand(
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/checkresultreader.pp
Expand Up @@ -20,9 +20,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 30.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::checkresultreader (
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/compatlogger.pp
Expand Up @@ -20,9 +20,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 30.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::compatlogger (
$target,
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/dependency.pp
Expand Up @@ -69,10 +69,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 35.
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::dependency (
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/endpoint.pp
Expand Up @@ -29,9 +29,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 10.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::endpoint(
$ensure = present,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/eventcommand.pp
Expand Up @@ -42,9 +42,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 30.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::eventcommand (
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/host.pp
Expand Up @@ -106,9 +106,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 10.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::host(
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/hostgroup.pp
Expand Up @@ -32,9 +32,6 @@
# assign => [ 'host.name == NodeName' ],
# }
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::hostgroup(
$target,
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/notification.pp
Expand Up @@ -74,10 +74,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 10.
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::notification (
$target,
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/notificationcommand.pp
Expand Up @@ -47,10 +47,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 10.
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::notificationcommand (
$target,
Expand Down
3 changes: 0 additions & 3 deletions manifests/object/scheduleddowntime.pp
Expand Up @@ -51,9 +51,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 30.
#
# === Authors
#
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::scheduleddowntime (
$target,
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/service.pp
Expand Up @@ -152,10 +152,6 @@
# target => '/etc/icinga2/zones.d/global-templates/services.conf',
# }
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#

define icinga2::object::service (
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/servicegroup.pp
Expand Up @@ -35,10 +35,6 @@
# [*order*]
# String to set the position in the target file, sorted alpha numeric. Defaults to 30.
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::servicegroup (
$target,
Expand Down
4 changes: 0 additions & 4 deletions manifests/object/timeperiod.pp
Expand Up @@ -38,10 +38,6 @@
# [*order*]
# String to control the position in the target file, sorted alpha numeric.
#
# === Authors
#
# Alessandro Lorenzi <alessandro@lm-net.it>
# Icinga Development Team <info@icinga.com>
#
define icinga2::object::timeperiod (
$target,
Expand Down

0 comments on commit f7f31d7

Please sign in to comment.