Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4051145
D939.id2392.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
10 KB
Referenced Files
None
Subscribers
None
D939.id2392.diff
View Options
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 10:16 (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2374353
Default Alt Text
D939.id2392.diff (10 KB)
Attached To
Mode
D939: Append .sh extension to shell scripts
Attached
Detach File
Event Timeline
Log In to Comment