install - fix additional states, add tmpfs.size pillar
This commit is contained in:
parent
4c246b8b04
commit
3e08a20f76
1 changed files with 3 additions and 2 deletions
|
@ -415,8 +415,8 @@ EOT
|
|||
include:
|
||||
SERVERSPECIFIC
|
||||
|
||||
for additional in ${$ADDITIONAL_STATES_ARR[@]}; do
|
||||
echo -e " - $state" >> "${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls"
|
||||
for additional in ${ADDITIONAL_STATES_ARR[@]}; do
|
||||
echo -e " - $additional" >> "${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls"
|
||||
done
|
||||
|
||||
installationSubtaskTitle "Populate Pillars"
|
||||
|
@ -434,6 +434,7 @@ EOT
|
|||
|
||||
cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT
|
||||
system.disks.timestamp: ${START_TIMESTAMP}
|
||||
system.disks.tmpfs.size: 4G
|
||||
EOT
|
||||
|
||||
installationSubtaskTitle "Salt highstate"
|
||||
|
|
Loading…
Reference in a new issue