license + aesthetics

This commit is contained in:
kitzman 2021-11-14 18:12:52 +02:00
parent f8a2b16c75
commit e065803b47
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
14 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Server-related variables

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
resource "null_resource" "provisioned_server" {

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Empty for now

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
terraform {

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Linode-specific inputs

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
resource "linode_instance" "main_instance" {

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Server-related variables

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
resource "null_resource" "provisioned_server" {

View File

@ -1,4 +1,4 @@
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Empty for now

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
cd $HOME

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
set -e

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
set -e

View File

@ -1,6 +1,6 @@
#!/sbin/openrc-run
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
# Upper case variables are here for backward compatibility.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Copyright (C) 2021 kitzman-terraform Authors kitzman
# Copyright (C) 2021 kewl-infrastructure-utils Authors kitzman
# SPDX-License-Identifier: GPL-3.0+
: ${command_user:=${command_user:-"znc"}}