003 File Manager
Current Path:
/usr/local/lib/python3.8/site-packages/salt/cloud/deploy
usr
/
local
/
lib
/
python3.8
/
site-packages
/
salt
/
cloud
/
deploy
/
📁
..
📄
Arch-git.sh
(864 B)
📄
Arch.sh
(677 B)
📄
Debian-git.sh
(1.27 KB)
📄
Debian.sh
(1.02 KB)
📄
Fedora-git.sh
(1.16 KB)
📄
Fedora.sh
(982 B)
📄
FreeBSD-git.sh
(1000 B)
📄
FreeBSD.sh
(938 B)
📄
None.sh
(407 B)
📄
RHEL5-git.sh
(913 B)
📄
RHEL5.sh
(725 B)
📄
RHEL6-git.sh
(934 B)
📄
RHEL6.sh
(751 B)
📄
SmartOS.sh
(1.01 KB)
📄
Ubuntu-git.sh
(1.43 KB)
📄
Ubuntu.sh
(1.19 KB)
📄
bootstrap-salt.sh
(295.53 KB)
📄
curl-bootstrap-git.sh
(736 B)
📄
curl-bootstrap.sh
(709 B)
📄
python-bootstrap.sh
(808 B)
📄
wget-bootstrap-nocert.sh
(758 B)
📄
wget-bootstrap.sh
(712 B)
Editing: wget-bootstrap.sh
#!/bin/sh # bootstrap-salt <-- magic string needed to disguise as the salt-bootstrap script. # This is a generic wrapper for the salt-bootstrap script at: # # https://github.com/saltstack/salt-bootstrap # # It has been designed as an example, to be customized for your own needs. wget -O - https://bootstrap.saltstack.com | sudo sh -s -- "$@" # By default, Salt Cloud now places the minion's keys and configuration in # /tmp/.saltcloud/ before executing the deploy script. After it has executed, # these temporary files are removed. If you don't want salt-bootstrap to handle # these files, comment out the above command, and uncomment the below command. #wget -O - https://bootstrap.saltstack.com | sudo sh
Upload File
Create Folder