[refactor][WIP] Setup changes part 6

This commit is contained in:
William Wernert
2020-04-16 09:00:01 -04:00
parent 860e4fcead
commit 3ef3c157f3
8 changed files with 389 additions and 256 deletions

25
setup/so-constants Normal file
View File

@@ -0,0 +1,25 @@
#!/bin/bash
readonly create_bond_str='Creating bond interface'
export create_bond_str
readonly salt_install_str='Installing Salt and dependencies'
export salt_install_str
readonly docker_install_str='Installing Docker'
export docker_install_str
readonly salt_minion_init_str='Initializing Salt minion'
export salt_minion_init_str
readonly gen_patch_pillar_str='Generating the patch pillar'
export gen_patch_pillar_str
readonly gen_static_pillar_str='Generating the static pillar'
export gen_static_pillar_str
readonly gen_master_pillar_str='Generating the master pillar'
export gen_master_pillar_str
readonly copy_temp_minion_str='Copying minion pillars to master'
export copy_temp_minion_str