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:
|
include:
|
||||||
SERVERSPECIFIC
|
SERVERSPECIFIC
|
||||||
|
|
||||||
for additional in ${$ADDITIONAL_STATES_ARR[@]}; do
|
for additional in ${ADDITIONAL_STATES_ARR[@]}; do
|
||||||
echo -e " - $state" >> "${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls"
|
echo -e " - $additional" >> "${INSTALLATION_MOUNTPOINT}/${INSTALLATION_SALT_ROOT}/serverspecific.sls"
|
||||||
done
|
done
|
||||||
|
|
||||||
installationSubtaskTitle "Populate Pillars"
|
installationSubtaskTitle "Populate Pillars"
|
||||||
|
@ -434,6 +434,7 @@ EOT
|
||||||
|
|
||||||
cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT
|
cat >"${INSTALLATION_MOUNTPOINT}/${INSTALLATION_PILLAR_ROOT}/system/init.sls" << EOT
|
||||||
system.disks.timestamp: ${START_TIMESTAMP}
|
system.disks.timestamp: ${START_TIMESTAMP}
|
||||||
|
system.disks.tmpfs.size: 4G
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
installationSubtaskTitle "Salt highstate"
|
installationSubtaskTitle "Salt highstate"
|
||||||
|
|
Loading…
Reference in a new issue