added proper headers to source files

This commit is contained in:
fatalerrors
2021-07-29 15:58:44 +02:00
parent ec2bb9d898
commit 89164cfdb1
24 changed files with 163 additions and 14 deletions

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Add local or remote users
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * WITH_LDAP_KERB: Shall we install requirements for LDAP/Kerberos auth ?

View File

@@ -1,4 +1,10 @@
# ------------------------------------------------------------------------------
# Secondary drive configuration
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable :
# * CALCTYPE: filesystem to use (zfs, ext4, xfs)

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Locale
# Configure locale
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * LOCALESET: List of locale that will be supported by system

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Mail systême
# Mail system
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * HOSTNAME: Name of the host

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# NTP
# Configure NTP
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * NTPSERVERS: list of NTP servers

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Configure SSH client and server
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# none

View File

@@ -1,4 +1,11 @@
# Syslog
# ------------------------------------------------------------------------------
# Configure Rsyslog
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
export VER_conf_syslog="0.0.1"

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# create vm module
# Create VBox VM
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# To be defined

View File

@@ -2,6 +2,11 @@
# Since Ubuntu install snapd version of Chromium and we don't want that
# we need a special procedure to install Debian Buster version.
# Consequently that module is *Ubuntu centric.
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# none

View File

@@ -1,6 +1,11 @@
# ------------------------------------------------------------------------------
# Install desktop environment -- Ubuntu only
# Debian version might ask for task-$FLAVOR
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * UBUNTU_FLAVOR: Kind of Ubuntu desktop installation (ubuntu for Gnome3,

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Install check_mk agent using xinetd superserver
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * MK_SERVER: Server IP address

View File

@@ -1,5 +1,10 @@
# ------------------------------------------------------------------------------
# Install or remove packages
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * PKGS_RMLIST: packages to remove

View File

@@ -1,4 +1,11 @@
# Profile
# ------------------------------------------------------------------------------
# Profile installation
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
export VER_install_profile="0.0.1"

View File

@@ -1,4 +1,11 @@
# Supervision
# ------------------------------------------------------------------------------
# SNMP monitoring conf
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
export VER_patch_snmp="0.0.1"

View File

@@ -19,6 +19,14 @@
# des fichiers concernés (sauf conf) ET un commit dans git. #
# #
##Description du module @template@
##Copyright (c) Year Your Name <your.mail@host.tld>
##------------------------------------------------------------------------------
##This file is distributed under 3-clause BSD license.
##The complete license agreement can be obtained at:
##https://opensource.org/licenses/BSD-3-Clause
##------------------------------------------------------------------------------
##Variable list:
##------------------------------------------------------------------------------
# Version du module
export VER_@template@="0.0.1"

View File

@@ -1,6 +1,11 @@
# ------------------------------------------------------------------------------
# Distribution upgrade module, should be ran prior any other module (also
# configure APT)
# Copyright (c) 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
# ------------------------------------------------------------------------------
# This file is distributed under 3-clause BSD license.
# The complete license agreement can be obtained at:
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# Variable:
# * PROXYAPT: Proxy to use with APT (eg. APT Cacher)