aboutsummaryrefslogtreecommitdiff
path: root/share/hydra
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-05 10:13:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-05 10:13:03 -0200
commit127baf80fa9a2c9fb1216507faa816a2e1d4c101 (patch)
tree748929d5309d7da9503e4a0de9539ba84f681404 /share/hydra
parent39ba666cb9c97ce984a6f99e3ab86bc7aec0eeda (diff)
downloadhydra-127baf80fa9a2c9fb1216507faa816a2e1d4c101.tar.gz
hydra-127baf80fa9a2c9fb1216507faa816a2e1d4c101.tar.bz2
Copyright info and minor fixes
Diffstat (limited to 'share/hydra')
-rwxr-xr-xshare/hydra/deploy13
-rwxr-xr-xshare/hydra/import-key13
-rwxr-xr-xshare/hydra/mass13
-rwxr-xr-xshare/hydra/module-update13
-rwxr-xr-xshare/hydra/module-verify13
-rwxr-xr-xshare/hydra/newkeys13
-rwxr-xr-xshare/hydra/nodes13
-rwxr-xr-xshare/hydra/puppet-finger13
-rwxr-xr-xshare/hydra/register13
9 files changed, 117 insertions, 0 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 2c7ec31..190028c 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -2,6 +2,19 @@
#
# Deploy hydra suite on multiple nodes.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1
diff --git a/share/hydra/import-key b/share/hydra/import-key
index 3cddaef..5658728 100755
--- a/share/hydra/import-key
+++ b/share/hydra/import-key
@@ -2,6 +2,19 @@
#
# Import a key into nodes.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1
diff --git a/share/hydra/mass b/share/hydra/mass
index 9bd83f9..7afe598 100755
--- a/share/hydra/mass
+++ b/share/hydra/mass
@@ -2,6 +2,19 @@
#
# Execute commands on multiple nodes.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Issue commands with pssh
function mass_pssh {
diff --git a/share/hydra/module-update b/share/hydra/module-update
index 1b0563e..8b6c741 100755
--- a/share/hydra/module-update
+++ b/share/hydra/module-update
@@ -2,6 +2,19 @@
#
# Update a puppet module
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1
diff --git a/share/hydra/module-verify b/share/hydra/module-verify
index 2d0587b..cdc6b29 100755
--- a/share/hydra/module-verify
+++ b/share/hydra/module-verify
@@ -2,6 +2,19 @@
#
# Verify a puppet module
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1
diff --git a/share/hydra/newkeys b/share/hydra/newkeys
index 63d8254..b697208 100755
--- a/share/hydra/newkeys
+++ b/share/hydra/newkeys
@@ -2,6 +2,19 @@
#
# Create keys for new nodes.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
function hydra_newkeys {
# Generates ssh and gpg keys for new nodes
diff --git a/share/hydra/nodes b/share/hydra/nodes
index 84eb7f0..455b00b 100755
--- a/share/hydra/nodes
+++ b/share/hydra/nodes
@@ -2,6 +2,19 @@
#
# Node tool.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Get a list of puppet node files
function hydra_node_files {
diff --git a/share/hydra/puppet-finger b/share/hydra/puppet-finger
index 0381535..a96800b 100755
--- a/share/hydra/puppet-finger
+++ b/share/hydra/puppet-finger
@@ -2,6 +2,19 @@
#
# Check puppet fingerprints, hydra perspective.
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1
diff --git a/share/hydra/register b/share/hydra/register
index 40a1390..48b027e 100755
--- a/share/hydra/register
+++ b/share/hydra/register
@@ -2,6 +2,19 @@
#
# Register an existing hydra
#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
# Load
source $APP_BASE/lib/hydra/functions || exit 1