Removed depency to storeconfigs from puppet server bootstrap script.

This commit is contained in:
Timo Mkinen 2011-07-28 17:00:15 +03:00
parent d4f0c87084
commit 7e43368489

View file

@ -36,6 +36,7 @@ if [ $? -eq 0 ]; then
(
echo "\$homename = '`hostname -f`'"
echo "\$puppet_ssldir = '${ssldir}'"
echo "\$puppet_storeconfigs = 'none'"
echo "include puppet::server::apache"
echo "include puppet::manual"
) | puppet --no-report