6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/bash
|
|
# Runs salt bootstrap commands to add a minion to salt-master
|
|
|
|
|
|
echo hello
|