puppet: Disable storeconfigs at master bootstrap

This commit is contained in:
Ossi Salmi 2013-05-03 21:02:15 +03:00
parent be7b1ecafe
commit ea4b48b00a
2 changed files with 9 additions and 10 deletions

View file

@ -66,6 +66,7 @@ EOF
fi
cat >> /etc/puppet/manifests/node/${FQDN}.pp << EOF
\$puppet_storeconfigs = "none"
include puppet::server::${SERVER}
include puppet::manual