Setup stringify_facts for the puppet

This change will setup stringify_facts to false for the puppet.
Also, we need the tools to manage configuration files from the
bash scripts, as we widely use augeas bindings in the puppet, lets
use the same tools in the bash scripts.

DocImpact
Change-Id: I6c447f4a006825dd2dcdd8597f63f84eb2670556
Closes-Bug: #1602774
Closes-Bug: #1593207
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
This commit is contained in:
Maksim Malchuk 2016-07-13 20:07:33 +03:00
parent acf0865eec
commit ead4998107
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ VBOX_BLACKLIST_MODULES="i2c_piix4 intel_rapl"
BOOTSTRAP_PACKAGES="yum-plugin-priorities yum-utils fuel-release"
FUEL_PACKAGES=" \
augeas \
authconfig \
bind-utils \
bridge-utils \
@ -338,6 +339,9 @@ if [ -f "${CUSTOM_REPOS}" ]; then
fix_default_repos.py fuelmenu --repositories-file "${CUSTOM_REPOS}" || fail
fi
# setup stringify_facts for the puppet
augtool set /files/etc/puppet/puppet.conf/main/stringify_facts false
fuelmenu --save-only --iface=$ADMIN_INTERFACE || fail
set +x
echo "Done!"

View File

@ -1,6 +1,7 @@
ami-creator
apr-util
atop
augeas
augeas-libs
bakefile
@Base