Page MenuHomeDevCentral

D939.diff
No OneTemporary

D939.diff

diff --git a/roles/core/letsencrypt-renew/files/letsencrypt-renewal b/roles/core/letsencrypt-renew/files/letsencrypt-renewal.sh
rename from roles/core/letsencrypt-renew/files/letsencrypt-renewal
rename to roles/core/letsencrypt-renew/files/letsencrypt-renewal.sh
--- a/roles/core/letsencrypt-renew/files/letsencrypt-renewal
+++ b/roles/core/letsencrypt-renew/files/letsencrypt-renewal.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2016-08-24
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/letsencrypt-renew/files/letsencrypt-renewal
+# Source file: roles/core/letsencrypt-renew/files/letsencrypt-renewal.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/core/motd/files/motd b/roles/core/motd/files/motd.sh
rename from roles/core/motd/files/motd
rename to roles/core/motd/files/motd.sh
--- a/roles/core/motd/files/motd
+++ b/roles/core/motd/files/motd.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2017-01-10
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/motd/files/motd
+# Source file: roles/core/motd/files/motd.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/core/motd/init.sls b/roles/core/motd/init.sls
--- a/roles/core/motd/init.sls
+++ b/roles/core/motd/init.sls
@@ -22,5 +22,5 @@
/usr/local/bin/motd:
file.managed:
- - source: salt://roles/core/motd/files/motd
+ - source: salt://roles/core/motd/files/motd.sh
- mode: 755
diff --git a/roles/core/network/files/eglide_ipv6 b/roles/core/network/files/eglide_ipv6.sh
rename from roles/core/network/files/eglide_ipv6
rename to roles/core/network/files/eglide_ipv6.sh
--- a/roles/core/network/files/eglide_ipv6
+++ b/roles/core/network/files/eglide_ipv6.sh
@@ -6,7 +6,7 @@
# Project: Eglide
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/network/files/eglide_ipv6
+# Source file: roles/core/network/files/eglide_ipv6.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/core/network/init.sls b/roles/core/network/init.sls
--- a/roles/core/network/init.sls
+++ b/roles/core/network/init.sls
@@ -14,7 +14,7 @@
network_ipv6:
file.managed:
- name : /usr/sbin/ipv6-setup-tunnel
- - source: salt://roles/core/network/files/{{ grains['id'] }}_ipv6
+ - source: salt://roles/core/network/files/{{ grains['id'] }}_ipv6.sh
- template: jinja
- mode: 755
{% endif %}
diff --git a/roles/core/rc/files/rc.local b/roles/core/rc/files/rc.local.sh
rename from roles/core/rc/files/rc.local
rename to roles/core/rc/files/rc.local.sh
--- a/roles/core/rc/files/rc.local
+++ b/roles/core/rc/files/rc.local.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2016-06-15
# License: Trivial work, not eligible to copyright
-# Source file: roles/core/rc/files/rc.local
+# Source file: roles/core/rc/files/rc.local.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/core/rc/init.sls b/roles/core/rc/init.sls
--- a/roles/core/rc/init.sls
+++ b/roles/core/rc/init.sls
@@ -14,5 +14,5 @@
rc:
file.managed:
- name : /etc/rc.local
- - source: salt://roles/core/rc/files/rc.local
+ - source: salt://roles/core/rc/files/rc.local.sh
{% endif %}
diff --git a/roles/mailserver/certificates/files/update-smtp-certificates b/roles/mailserver/certificates/files/update-smtp-certificates.sh
rename from roles/mailserver/certificates/files/update-smtp-certificates
rename to roles/mailserver/certificates/files/update-smtp-certificates.sh
--- a/roles/mailserver/certificates/files/update-smtp-certificates
+++ b/roles/mailserver/certificates/files/update-smtp-certificates.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2016-11-03
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/certificates/files/update-smtp-certificates
+# Source file: roles/mailserver/certificates/files/update-smtp-certificates.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mailserver/certificates/init.sls b/roles/mailserver/certificates/init.sls
--- a/roles/mailserver/certificates/init.sls
+++ b/roles/mailserver/certificates/init.sls
@@ -9,4 +9,4 @@
smtp_certificates_update_script:
file.managed:
- name: /usr/local/bin/update-smtp-certificates
- - source: salt://roles/mailserver/certificates/files/update-smtp-certificates
+ - source: salt://roles/mailserver/certificates/files/update-smtp-certificates.sh
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-dns-entries b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
old mode 100755
new mode 120000
--- /dev/null
+++ b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
@@ -0,0 +1 @@
+get-dkim-dns-entries.sh
\ No newline at end of file
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-dns-entries b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries.sh
copy from roles/mailserver/dkim/files/bin/get-dkim-dns-entries
copy to roles/mailserver/dkim/files/bin/get-dkim-dns-entries.sh
--- a/roles/mailserver/dkim/files/bin/get-dkim-dns-entries
+++ b/roles/mailserver/dkim/files/bin/get-dkim-dns-entries.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2017-01-14
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/dkim/files/bin/get-dkim-dns-entries
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-dns-entries.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-key-table b/roles/mailserver/dkim/files/bin/get-dkim-key-table
old mode 100755
new mode 120000
--- /dev/null
+++ b/roles/mailserver/dkim/files/bin/get-dkim-key-table
@@ -0,0 +1 @@
+get-dkim-key-table.sh
\ No newline at end of file
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-key-table b/roles/mailserver/dkim/files/bin/get-dkim-key-table.sh
copy from roles/mailserver/dkim/files/bin/get-dkim-key-table
copy to roles/mailserver/dkim/files/bin/get-dkim-key-table.sh
--- a/roles/mailserver/dkim/files/bin/get-dkim-key-table
+++ b/roles/mailserver/dkim/files/bin/get-dkim-key-table.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2017-01-14
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/dkim/files/bin/get-dkim-key-table
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-key-table.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-signing-table b/roles/mailserver/dkim/files/bin/get-dkim-signing-table
old mode 100755
new mode 120000
--- /dev/null
+++ b/roles/mailserver/dkim/files/bin/get-dkim-signing-table
@@ -0,0 +1 @@
+get-dkim-signing-table.sh
\ No newline at end of file
diff --git a/roles/mailserver/dkim/files/bin/get-dkim-signing-table b/roles/mailserver/dkim/files/bin/get-dkim-signing-table.sh
copy from roles/mailserver/dkim/files/bin/get-dkim-signing-table
copy to roles/mailserver/dkim/files/bin/get-dkim-signing-table.sh
--- a/roles/mailserver/dkim/files/bin/get-dkim-signing-table
+++ b/roles/mailserver/dkim/files/bin/get-dkim-signing-table.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2017-01-14
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/dkim/files/bin/get-dkim-signing-table
+# Source file: roles/mailserver/dkim/files/bin/get-dkim-signing-table.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start.sh
rename from roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
rename to roles/mailserver/systemd-unit/files/lxc-container-mailserver-start.sh
--- a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
+++ b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-start.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2015-12-16
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-start
+# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-start.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop.sh
rename from roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
rename to roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop.sh
--- a/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
+++ b/roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2015-12-16
# License: Trivial work, not eligible to copyright
-# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop
+# Source file: roles/mailserver/systemd-unit/files/lxc-container-mailserver-stop.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mumble/certificates/files/update-mumble-certificates b/roles/mumble/certificates/files/update-mumble-certificates.sh
rename from roles/mumble/certificates/files/update-mumble-certificates
rename to roles/mumble/certificates/files/update-mumble-certificates.sh
--- a/roles/mumble/certificates/files/update-mumble-certificates
+++ b/roles/mumble/certificates/files/update-mumble-certificates.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2016-11-03
# License: Trivial work, not eligible to copyright
-# Source file: roles/mumble/certificates/files/update-mumble-certificates
+# Source file: roles/mumble/certificates/files/update-mumble-certificates.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/mumble/certificates/init.sls b/roles/mumble/certificates/init.sls
--- a/roles/mumble/certificates/init.sls
+++ b/roles/mumble/certificates/init.sls
@@ -9,5 +9,4 @@
mumble_certificates_update_script:
file.managed:
- name: /usr/local/bin/update-mumble-certificates
- - source: salt://roles/mumble/certificates/files/update-mumble-certificates
-
+ - source: salt://roles/mumble/certificates/files/update-mumble-certificates.sh
diff --git a/roles/paas-docker/systemd-unit/files/docker_start b/roles/paas-docker/systemd-unit/files/docker_start.sh
rename from roles/paas-docker/systemd-unit/files/docker_start
rename to roles/paas-docker/systemd-unit/files/docker_start.sh
--- a/roles/paas-docker/systemd-unit/files/docker_start
+++ b/roles/paas-docker/systemd-unit/files/docker_start.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2015-12-29
# License: Trivial work, not eligible to copyright
-# Source file: roles/paas-docker/systemd-unit/files/docker_start
+# Source file: roles/paas-docker/systemd-unit/files/docker_start.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/paas-docker/systemd-unit/files/docker_stop b/roles/paas-docker/systemd-unit/files/docker_stop.sh
rename from roles/paas-docker/systemd-unit/files/docker_stop
rename to roles/paas-docker/systemd-unit/files/docker_stop.sh
--- a/roles/paas-docker/systemd-unit/files/docker_stop
+++ b/roles/paas-docker/systemd-unit/files/docker_stop.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2015-12-29
# License: Trivial work, not eligible to copyright
-# Source file: roles/paas-docker/systemd-unit/files/docker_stop
+# Source file: roles/paas-docker/systemd-unit/files/docker_stop.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/paas-docker/systemd-unit/files/get-containers-list b/roles/paas-docker/systemd-unit/files/get-containers-list.sh
rename from roles/paas-docker/systemd-unit/files/get-containers-list
rename to roles/paas-docker/systemd-unit/files/get-containers-list.sh
--- a/roles/paas-docker/systemd-unit/files/get-containers-list
+++ b/roles/paas-docker/systemd-unit/files/get-containers-list.sh
@@ -6,7 +6,7 @@
# Project: Nasqueron
# Created: 2017-01-30
# License: Trivial work, not eligible to copyright
-# Source file: roles/paas-docker/systemd-unit/files/get-containers-list
+# Source file: roles/paas-docker/systemd-unit/files/get-containers-list.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/phabricator/arcanist/Makefile b/roles/phabricator/arcanist/Makefile
--- a/roles/phabricator/arcanist/Makefile
+++ b/roles/phabricator/arcanist/Makefile
@@ -2,4 +2,4 @@
PREFIX=/usr/local
install:
- ${INSTALL} files/arc ${PREFIX}/bin/
+ ${INSTALL} files/arc.sh ${PREFIX}/bin/arc
diff --git a/roles/phabricator/arcanist/files/arc b/roles/phabricator/arcanist/files/arc.sh
rename from roles/phabricator/arcanist/files/arc
rename to roles/phabricator/arcanist/files/arc.sh
--- a/roles/phabricator/arcanist/files/arc
+++ b/roles/phabricator/arcanist/files/arc.sh
@@ -9,7 +9,7 @@
# Description: Wrapper to run Arcanist as a Docker container
# License: Trivial work, not eligible to copyright
# Image: nasqueron/arcanist
-# Source file: roles/phabricator/arcanist/files/arc
+# Source file: roles/phabricator/arcanist/files/arc.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/phabricator/containers/Makefile b/roles/phabricator/containers/Makefile
--- a/roles/phabricator/containers/Makefile
+++ b/roles/phabricator/containers/Makefile
@@ -2,4 +2,6 @@
PREFIX=/usr/local
install:
- ${INSTALL} files/run-* ${PREFIX}/bin/
+ ${INSTALL} files/run-wolfphab.sh ${PREFIX}/bin/run-wolfphab
+ ${INSTALL} files/run-devcentral.sh ${PREFIX}/bin/run-devcentral
+ ${INSTALL} files/run-aphlict.sh ${PREFIX}/bin/run-aphlict
diff --git a/roles/phabricator/containers/files/run-aphlict b/roles/phabricator/containers/files/run-aphlict.sh
rename from roles/phabricator/containers/files/run-aphlict
rename to roles/phabricator/containers/files/run-aphlict.sh
--- a/roles/phabricator/containers/files/run-aphlict
+++ b/roles/phabricator/containers/files/run-aphlict.sh
@@ -10,7 +10,7 @@
# through websockets for Phabricator instances.
# License: Trivial work, not eligible to copyright
# Image: nasqueron/aphlict
-# Source file: roles/phabricator/containers/files/run-aphlict
+# Source file: roles/phabricator/containers/files/run-aphlict.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/phabricator/containers/files/run-devcentral b/roles/phabricator/containers/files/run-devcentral.sh
rename from roles/phabricator/containers/files/run-devcentral
rename to roles/phabricator/containers/files/run-devcentral.sh
--- a/roles/phabricator/containers/files/run-devcentral
+++ b/roles/phabricator/containers/files/run-devcentral.sh
@@ -9,7 +9,7 @@
# Description: Phabricator instance for Nasqueron
# License: Trivial work, not eligible to copyright
# Image: nasqueron/phabricator
-# Source file: roles/phabricator/containers/files/run-devcentral
+# Source file: roles/phabricator/containers/files/run-devcentral.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/phabricator/containers/files/run-wolfphab b/roles/phabricator/containers/files/run-wolfphab.sh
rename from roles/phabricator/containers/files/run-wolfphab
rename to roles/phabricator/containers/files/run-wolfphab.sh
--- a/roles/phabricator/containers/files/run-wolfphab
+++ b/roles/phabricator/containers/files/run-wolfphab.sh
@@ -9,7 +9,7 @@
# Description: Phabricator instance for Nasqueron
# License: Trivial work, not eligible to copyright
# Image: nasqueron/phabricator
-# Source file: roles/phabricator/containers/files/run-wolfphab
+# Source file: roles/phabricator/containers/files/run-wolfphab.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/shellserver/user-session/Makefile b/roles/shellserver/user-session/Makefile
--- a/roles/shellserver/user-session/Makefile
+++ b/roles/shellserver/user-session/Makefile
@@ -4,4 +4,5 @@
install:
${INSTALL_DATA} files/csh.logout /etc/
- ${INSTALL} files/whom files/whom-diff ${PREFIX}/bin/
+ ${INSTALL} files/whom.sh ${PREFIX}/bin/whom
+ ${INSTALL} files/whom-diff.sh ${PREFIX}/bin/whom-diff
diff --git a/roles/shellserver/user-session/files/whom-diff b/roles/shellserver/user-session/files/whom-diff.sh
rename from roles/shellserver/user-session/files/whom-diff
rename to roles/shellserver/user-session/files/whom-diff.sh
--- a/roles/shellserver/user-session/files/whom-diff
+++ b/roles/shellserver/user-session/files/whom-diff.sh
@@ -8,7 +8,7 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2015-12-30
# Licence: BSD-2-Clause
-# Source file: roles/shellserver/user-session/files/whom-diff
+# Source file: roles/shellserver/user-session/files/whom-diff.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/shellserver/user-session/files/whom b/roles/shellserver/user-session/files/whom.sh
rename from roles/shellserver/user-session/files/whom
rename to roles/shellserver/user-session/files/whom.sh
--- a/roles/shellserver/user-session/files/whom
+++ b/roles/shellserver/user-session/files/whom.sh
@@ -7,7 +7,7 @@
# Author: Sébastien Santoro aka Dereckson
# Created: 2015-12-30
# Licence: Trivial work, not eligible to copyright
-# Source file: roles/shellserver/user-session/files/whom
+# Source file: roles/shellserver/user-session/files/whom.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/shellserver/userland-software/files/install-eggdrop b/roles/shellserver/userland-software/files/install-eggdrop.sh
rename from roles/shellserver/userland-software/files/install-eggdrop
rename to roles/shellserver/userland-software/files/install-eggdrop.sh
--- a/roles/shellserver/userland-software/files/install-eggdrop
+++ b/roles/shellserver/userland-software/files/install-eggdrop.sh
@@ -6,7 +6,7 @@
# Project: Eglide
# Created: 2016-11-06
# License: Trivial work, not eligible to copyright
-# Source file: roles/shellserver/userland-software/files/install-eggdrop
+# Source file: roles/shellserver/userland-software/files/install-eggdrop.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/shellserver/userland-software/irc.sls b/roles/shellserver/userland-software/irc.sls
--- a/roles/shellserver/userland-software/irc.sls
+++ b/roles/shellserver/userland-software/irc.sls
@@ -39,7 +39,7 @@
eggdrop_installer:
file.managed:
- name: /usr/local/bin/install-eggdrop
- - source: salt://roles/shellserver/userland-software/files/install-eggdrop
+ - source: salt://roles/shellserver/userland-software/files/install-eggdrop.sh
- mode: 755
# -------------------------------------------------------------
diff --git a/roles/shellserver/vhosts/files/vhosts b/roles/shellserver/vhosts/files/vhosts.sh
rename from roles/shellserver/vhosts/files/vhosts
rename to roles/shellserver/vhosts/files/vhosts.sh
--- a/roles/shellserver/vhosts/files/vhosts
+++ b/roles/shellserver/vhosts/files/vhosts.sh
@@ -6,7 +6,7 @@
# Project: Eglide
# Created: 2017-01-10
# License: Trivial work, not eligible to copyright
-# Source file: roles/shellserver/vhosts/files/vhosts
+# Source file: roles/shellserver/vhosts/files/vhosts.sh
# -------------------------------------------------------------
#
# <auto-generated>
diff --git a/roles/shellserver/vhosts/init.sls b/roles/shellserver/vhosts/init.sls
--- a/roles/shellserver/vhosts/init.sls
+++ b/roles/shellserver/vhosts/init.sls
@@ -21,5 +21,5 @@
/usr/local/bin/vhosts:
file.managed:
- - source: salt://roles/shellserver/vhosts/files/vhosts
+ - source: salt://roles/shellserver/vhosts/files/vhosts.sh
- mode: 755
diff --git a/scripts/byOS/Fedora/new-partition b/scripts/byOS/Fedora/new-partition.sh
rename from scripts/byOS/Fedora/new-partition
rename to scripts/byOS/Fedora/new-partition.sh

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 12:46 (21 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247549
Default Alt Text
D939.diff (20 KB)

Event Timeline