Removed depency to storeconfigs from puppet server bootstrap script.
This commit is contained in:
parent
d4f0c87084
commit
7e43368489
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue